码园小农

Results 3 issues of 码园小农

#232 Add `catalog` configuration, and set catalog & schema of connection after created. Used for MySQL-like database product etc.

#340 Add `timestamp.column.type` configuration. When set a column with `date` type as timestamp column, use `stmt.setDate` instead of `stmt.setTimestamp`, to speed up the query.

### Is your question answered elsewhere? - [X] searched the existing issues. - [X] read the [documentation](https://milvus.io/docs). ### What is your question? I installed Milvus 2.3.16 on Ubuntu by using...