Skip to content

milvus-1.1.1

Compare
Choose a tag to compare
@yhmo yhmo released this 16 Jun 06:50
· 21 commits to 1.1 since this release
5cb11e5

Release date:2021-06-16

Compatibility

Milvus version Python SDK version Java SDK version Go SDK version
1.1.1 1.1.x 1.1.x 1.1.x

New Features

  • #1434 Storage: enabling s3 storage support (implemented by Unisinsight).
  • #5142 Support keeping index in GPU memory.

Improvements

  • #5115 Relax the topk limit from 16384 to 1M for CPU search.
  • #5204 Improve IVF query on GPU when no entity deleted.
  • #5544 Relax the index_file_size limit from 4GB to 128Gb.

Fixed issues

  • #4897 Query results contain some deleted ids.
  • #5164 Exception should be raised if insert or delete entity on the none-existed partition.
  • #5191 Mishards throw "index out of range" error after continually search/insert for a period of time.
  • #5398 Random crash after request is executed.
  • #5537 Failed to load bloom filter after suddenly power off.
  • #5574 IVF_SQ8 and IVF_PQ cannot be built on multiple GPUs.
  • #5747 Search with big nq and topk crash milvus.

Many thanks to @shengjun1985 @op-hunter @cqy123456 @matrixji @yhmo @del-zhenwu @XuanYang-cn