2019-05-17 12:16:04 +00:00
|
|
|
|
# Changelog
|
|
|
|
|
|
2019-12-10 07:24:54 +00:00
|
|
|
|
Please mark all change in change log and use the issue from GitHub
|
|
|
|
|
|
|
|
|
|
# Milvus 0.7.0 (TBD)
|
|
|
|
|
|
|
|
|
|
## Bug
|
2019-12-19 13:45:14 +00:00
|
|
|
|
- \#715 - Milvus crash when searching and building index simultaneously using SQ8H
|
2019-12-13 02:54:17 +00:00
|
|
|
|
- \#744 - Don't return partition table for show_tables
|
2019-12-20 06:08:45 +00:00
|
|
|
|
- \#770 - Server unittest run failed on low-end server
|
2020-01-02 06:03:28 +00:00
|
|
|
|
- \#805 - IVFTest.gpu_seal_test unittest failed
|
2019-12-26 06:18:11 +00:00
|
|
|
|
- \#831 - Judge branch error in CommonUtil.cpp
|
2020-01-13 05:59:08 +00:00
|
|
|
|
- \#977 - Server crash when create tables concurrently
|
2020-01-19 11:19:09 +00:00
|
|
|
|
- \#990 - check gpu resources setting when assign repeated value
|
2020-01-18 02:05:49 +00:00
|
|
|
|
- \#995 - table count set to 0 if no tables found
|
|
|
|
|
- \#1010 - improve error message when offset or page_size is equal 0
|
|
|
|
|
- \#1022 - check if partition name is legal
|
|
|
|
|
- \#1028 - check if table exists when show partitions
|
|
|
|
|
- \#1029 - check if table exists when try to delete partition
|
|
|
|
|
- \#1066 - optimize http insert and search speed
|
|
|
|
|
- \#1067 - Add binary vectors support in http server
|
2020-01-19 11:19:09 +00:00
|
|
|
|
- \#1075 - improve error message when page size or offset is illegal
|
|
|
|
|
- \#1082 - check page_size or offset value to avoid float
|
2020-02-14 03:07:09 +00:00
|
|
|
|
- \#1115 - http server support load table into memory
|
2020-02-19 09:16:48 +00:00
|
|
|
|
- \#1211 - Server down caused by searching with index_type: HNSW
|
2020-02-17 15:40:58 +00:00
|
|
|
|
- \#1240 - Update license declaration
|
2020-02-22 11:34:10 +00:00
|
|
|
|
- \#1298 - Unittest failed when on CPU2GPU case
|
2019-12-10 07:24:54 +00:00
|
|
|
|
|
|
|
|
|
## Feature
|
2019-12-26 06:16:20 +00:00
|
|
|
|
- \#216 - Add CLI to get server info
|
2019-12-10 07:24:54 +00:00
|
|
|
|
- \#343 - Add Opentracing
|
2019-12-14 07:11:02 +00:00
|
|
|
|
- \#665 - Support get/set config via CLI
|
2020-01-14 11:22:27 +00:00
|
|
|
|
- \#759 - Put C++ sdk out of milvus/core
|
2019-12-25 09:20:16 +00:00
|
|
|
|
- \#766 - If partition tag is similar, wrong partition is searched
|
2019-12-17 02:48:28 +00:00
|
|
|
|
- \#771 - Add server build commit info interface
|
2020-01-13 05:55:48 +00:00
|
|
|
|
- \#788 - Add web server into server module
|
2020-01-06 10:35:10 +00:00
|
|
|
|
- \#813 - Add push mode for prometheus monitor
|
2020-01-04 02:39:52 +00:00
|
|
|
|
- \#815 - Support MinIO storage
|
2020-01-14 11:22:27 +00:00
|
|
|
|
- \#823 - Support binary vector tanimoto/jaccard/hamming metric
|
2020-02-14 04:04:09 +00:00
|
|
|
|
- \#853 - Support HNSW
|
2020-01-04 10:48:22 +00:00
|
|
|
|
- \#910 - Change Milvus c++ standard to c++17
|
2019-12-10 07:24:54 +00:00
|
|
|
|
|
|
|
|
|
## Improvement
|
2019-12-21 05:37:53 +00:00
|
|
|
|
- \#738 - Use Openblas / lapack from apt install
|
2019-12-21 03:02:01 +00:00
|
|
|
|
- \#758 - Enhance config description
|
2019-12-25 07:34:51 +00:00
|
|
|
|
- \#791 - Remove Arrow
|
2019-12-28 09:28:11 +00:00
|
|
|
|
- \#834 - add cpu mode for built-in Faiss
|
2019-12-28 06:24:19 +00:00
|
|
|
|
- \#848 - Add ready-to-use config files to the Milvus repo for enhanced user experince
|
2020-01-04 07:52:48 +00:00
|
|
|
|
- \#860 - Remove redundant checks in CacheMgr's constructor
|
2020-01-04 07:44:46 +00:00
|
|
|
|
- \#908 - Move "primary_path" and "secondary_path" to storage config
|
2020-01-07 08:14:38 +00:00
|
|
|
|
- \#931 - Remove "collector" from config
|
2020-01-09 07:35:13 +00:00
|
|
|
|
- \#966 - Update NOTICE.md
|
2020-01-18 02:07:46 +00:00
|
|
|
|
- \#1002 - Rename minio to s3 in Storage Config section
|
2020-01-18 02:08:46 +00:00
|
|
|
|
- \#1078 - Move 'insert_buffer_size' to Cache Config section
|
2020-02-08 03:25:10 +00:00
|
|
|
|
- \#1105 - Error message is not clear when creating IVFSQ8H index without gpu resources
|
2020-02-27 09:19:51 +00:00
|
|
|
|
- \#740, #849, #878, #972, #1033, #1161, #1173, #1199, #1190, #1223, #1222, #1257, #1264, #1269, #1164, #1303, #1304, #1324, #1388 - Various fixes and improvements for Milvus documentation.
|
2020-02-28 02:05:30 +00:00
|
|
|
|
- \#1234 - Do S3 server validation check when Milvus startup
|
2020-02-26 10:54:32 +00:00
|
|
|
|
- \#1263 - Allow system conf modifiable and some take effect directly
|
2020-02-22 12:58:43 +00:00
|
|
|
|
- \#1320 - Remove debug logging from faiss
|
2019-12-10 07:24:54 +00:00
|
|
|
|
|
|
|
|
|
## Task
|
2020-02-25 15:09:31 +00:00
|
|
|
|
- \#1327 - Exclude third-party code from codebeat
|
2020-02-25 15:30:30 +00:00
|
|
|
|
- \#1331 - Exclude third-party code from codacy
|
2019-12-10 07:24:54 +00:00
|
|
|
|
|
2019-12-07 08:25:32 +00:00
|
|
|
|
# Milvus 0.6.0 (2019-12-07)
|
2019-11-04 17:48:11 +00:00
|
|
|
|
|
|
|
|
|
## Bug
|
2019-11-14 12:22:49 +00:00
|
|
|
|
- \#228 - memory usage increased slowly during searching vectors
|
2019-11-08 04:19:44 +00:00
|
|
|
|
- \#246 - Exclude src/external folder from code coverage for jenkin ci
|
2019-11-13 08:35:37 +00:00
|
|
|
|
- \#248 - Reside src/external in thirdparty
|
2019-11-14 11:25:53 +00:00
|
|
|
|
- \#316 - Some files not merged after vectors added
|
2019-11-15 11:45:17 +00:00
|
|
|
|
- \#327 - Search does not use GPU when index type is FLAT
|
2019-11-29 06:16:03 +00:00
|
|
|
|
- \#331 - Add exception handle when search fail
|
2019-11-15 06:31:51 +00:00
|
|
|
|
- \#340 - Test cases run failed on 0.6.0
|
2019-11-15 11:06:14 +00:00
|
|
|
|
- \#353 - Rename config.h.in to version.h.in
|
2019-11-16 07:53:45 +00:00
|
|
|
|
- \#374 - sdk_simple return empty result
|
2019-11-20 04:24:18 +00:00
|
|
|
|
- \#377 - Create partition success if tag name only contains spaces
|
2019-11-18 10:54:25 +00:00
|
|
|
|
- \#397 - sdk_simple return incorrect result
|
2019-11-20 04:24:18 +00:00
|
|
|
|
- \#399 - Create partition should be failed if partition tag existed
|
|
|
|
|
- \#412 - Message returned is confused when partition created with null partition name
|
|
|
|
|
- \#416 - Drop the same partition success repeatally
|
2019-11-20 10:44:11 +00:00
|
|
|
|
- \#440 - Query API in customization still uses old version
|
2019-11-21 09:26:11 +00:00
|
|
|
|
- \#440 - Server cannot startup with gpu_resource_config.enable=false in GPU version
|
2019-11-21 07:06:00 +00:00
|
|
|
|
- \#458 - Index data is not compatible between 0.5 and 0.6
|
2019-11-25 07:28:25 +00:00
|
|
|
|
- \#465 - Server hang caused by searching with nsg index
|
2019-11-28 11:39:43 +00:00
|
|
|
|
- \#485 - Increase code coverage rate
|
2019-11-23 03:07:42 +00:00
|
|
|
|
- \#486 - gpu no usage during index building
|
2019-11-27 09:48:09 +00:00
|
|
|
|
- \#497 - CPU-version search performance decreased
|
2019-11-27 06:21:53 +00:00
|
|
|
|
- \#504 - The code coverage rate of core/src/scheduler/optimizer is too low
|
2019-11-25 08:17:16 +00:00
|
|
|
|
- \#509 - IVF_PQ index build trapped into dead loop caused by invalid params
|
2019-11-25 08:56:41 +00:00
|
|
|
|
- \#513 - Unittest DELETE_BY_RANGE sometimes failed
|
2019-11-26 10:08:15 +00:00
|
|
|
|
- \#523 - Erase file data from cache once the file is marked as deleted
|
2019-11-25 11:48:47 +00:00
|
|
|
|
- \#527 - faiss benchmark not compatible with faiss 1.6.0
|
2019-11-26 02:19:49 +00:00
|
|
|
|
- \#530 - BuildIndex stop when do build index and search simultaneously
|
2019-11-26 02:50:02 +00:00
|
|
|
|
- \#532 - assigin value to `table_name` from confest shell
|
2019-11-26 09:15:14 +00:00
|
|
|
|
- \#533 - NSG build failed with MetricType Inner Product
|
2019-11-26 06:42:56 +00:00
|
|
|
|
- \#543 - client raise exception in shards when search results is empty
|
2019-11-27 09:48:09 +00:00
|
|
|
|
- \#545 - Avoid dead circle of build index thread when error occurs
|
2019-11-29 03:38:27 +00:00
|
|
|
|
- \#547 - NSG build failed using GPU-edition if set gpu_enable false
|
2019-11-30 09:23:10 +00:00
|
|
|
|
- \#548 - NSG search accuracy is too low
|
2019-11-28 06:37:23 +00:00
|
|
|
|
- \#552 - Server down during building index_type: IVF_PQ using GPU-edition
|
2019-11-28 04:29:34 +00:00
|
|
|
|
- \#561 - Milvus server should report exception/error message or terminate on mysql metadata backend error
|
2019-11-30 03:26:40 +00:00
|
|
|
|
- \#579 - Build index hang in GPU version when gpu_resources disabled
|
2019-11-29 02:30:10 +00:00
|
|
|
|
- \#596 - Frequently insert operation cost too much disk space
|
2019-11-28 09:56:04 +00:00
|
|
|
|
- \#599 - Build index log is incorrect
|
2019-11-28 11:08:15 +00:00
|
|
|
|
- \#602 - Optimizer specify wrong gpu_id
|
2019-11-29 06:47:13 +00:00
|
|
|
|
- \#606 - No log generated during building index with CPU
|
2019-12-02 06:40:16 +00:00
|
|
|
|
- \#616 - IP search metric_type is not supported by IVF_PQ index
|
2019-12-01 01:40:11 +00:00
|
|
|
|
- \#631 - FAISS isn't compiled with O3 option
|
2019-12-02 06:40:16 +00:00
|
|
|
|
- \#636 - [CPU] Create index PQ should be failed if table metric type set Inner Product
|
2019-12-02 07:39:16 +00:00
|
|
|
|
- \#649 - Typo "partiton" should be "partition"
|
2019-12-02 11:51:33 +00:00
|
|
|
|
- \#654 - Random crash when frequently insert vector one by one
|
2019-12-03 03:47:10 +00:00
|
|
|
|
- \#658 - Milvus error out when building SQ8H index without GPU resources
|
2019-12-04 02:14:42 +00:00
|
|
|
|
- \#668 - Update badge of README
|
2019-12-04 02:11:50 +00:00
|
|
|
|
- \#670 - Random failure of unittest db_test::SEARCH_TEST
|
2019-12-05 08:50:54 +00:00
|
|
|
|
- \#674 - Server down in stability test
|
2019-12-05 09:32:42 +00:00
|
|
|
|
- \#696 - Metric_type changed from IP to L2
|
2019-12-05 03:42:09 +00:00
|
|
|
|
- \#705 - Fix search SQ8H crash without GPU resource
|
2019-11-04 17:48:11 +00:00
|
|
|
|
|
|
|
|
|
## Feature
|
2019-11-05 02:26:20 +00:00
|
|
|
|
- \#12 - Pure CPU version for Milvus
|
2019-11-07 08:46:31 +00:00
|
|
|
|
- \#77 - Support table partition
|
2019-11-15 07:00:45 +00:00
|
|
|
|
- \#127 - Support new Index type IVFPQ
|
2019-11-20 04:24:18 +00:00
|
|
|
|
- \#226 - Experimental shards middleware for Milvus
|
2019-11-20 08:23:39 +00:00
|
|
|
|
- \#227 - Support new index types SPTAG-KDT and SPTAG-BKT
|
2019-11-18 03:38:48 +00:00
|
|
|
|
- \#346 - Support build index with multiple gpu
|
2019-11-20 07:00:41 +00:00
|
|
|
|
- \#420 - Update shards merge part to match v0.5.3
|
2019-11-23 02:29:11 +00:00
|
|
|
|
- \#488 - Add log in scheduler/optimizer
|
2019-11-23 07:49:33 +00:00
|
|
|
|
- \#502 - C++ SDK support IVFPQ and SPTAG
|
2019-11-28 08:12:39 +00:00
|
|
|
|
- \#560 - Add version in server config file
|
2019-11-29 07:02:13 +00:00
|
|
|
|
- \#605 - Print more messages when server start
|
2019-12-02 03:17:24 +00:00
|
|
|
|
- \#644 - Add a new rpc command to get milvus build version whether cpu or gpu
|
2019-12-06 06:31:53 +00:00
|
|
|
|
- \#709 - Show last commit id when server start
|
2019-11-04 17:48:11 +00:00
|
|
|
|
|
|
|
|
|
## Improvement
|
2019-11-20 04:24:18 +00:00
|
|
|
|
- \#255 - Add ivfsq8 test report detailed version
|
2019-11-12 11:11:07 +00:00
|
|
|
|
- \#260 - C++ SDK README
|
2019-11-18 07:10:15 +00:00
|
|
|
|
- \#266 - Rpc request source code refactor
|
2019-11-28 07:25:20 +00:00
|
|
|
|
- \#274 - Logger the time cost during preloading data
|
2019-11-20 06:35:10 +00:00
|
|
|
|
- \#275 - Rename C++ SDK IndexType
|
2019-11-20 04:24:18 +00:00
|
|
|
|
- \#284 - Change C++ SDK to shared library
|
2019-11-20 06:35:10 +00:00
|
|
|
|
- \#306 - Use int64 for all config integer
|
2019-11-13 07:43:24 +00:00
|
|
|
|
- \#310 - Add Q&A for 'protocol https not supported or disable in libcurl' issue
|
2019-11-20 04:24:18 +00:00
|
|
|
|
- \#314 - add Find FAISS in CMake
|
2019-11-15 07:06:49 +00:00
|
|
|
|
- \#322 - Add option to enable / disable prometheus
|
2019-11-27 02:34:58 +00:00
|
|
|
|
- \#354 - Build migration scripts into milvus docker image
|
2019-11-15 09:55:00 +00:00
|
|
|
|
- \#358 - Add more information in build.sh and install.md
|
2019-11-19 04:29:05 +00:00
|
|
|
|
- \#404 - Add virtual method Init() in Pass abstract class
|
2019-11-19 08:53:04 +00:00
|
|
|
|
- \#409 - Add a Fallback pass in optimizer
|
2019-11-20 09:54:45 +00:00
|
|
|
|
- \#433 - C++ SDK query result is not easy to use
|
2019-11-21 03:28:28 +00:00
|
|
|
|
- \#449 - Add ShowPartitions example for C++ SDK
|
2019-11-22 03:28:31 +00:00
|
|
|
|
- \#470 - Small raw files should not be build index
|
2019-11-28 02:33:29 +00:00
|
|
|
|
- \#584 - Intergrate internal FAISS
|
2019-11-29 08:02:08 +00:00
|
|
|
|
- \#611 - Remove MILVUS_CPU_VERSION
|
2019-12-01 01:52:17 +00:00
|
|
|
|
- \#634 - FAISS GPU version is compiled with O0
|
2019-12-12 06:13:22 +00:00
|
|
|
|
- \#737 - Refactor server module to separate Grpc from server handler and scheduler
|
2019-11-04 17:48:11 +00:00
|
|
|
|
|
|
|
|
|
## Task
|
|
|
|
|
|
2019-11-13 10:41:49 +00:00
|
|
|
|
# Milvus 0.5.3 (2019-11-13)
|
2019-05-17 12:16:04 +00:00
|
|
|
|
|
2019-11-06 04:04:28 +00:00
|
|
|
|
## Bug
|
2019-11-08 10:52:56 +00:00
|
|
|
|
- \#258 - Bytes type in proto cause big-endian/little-endian problem
|
2019-11-06 04:04:28 +00:00
|
|
|
|
|
|
|
|
|
## Feature
|
|
|
|
|
|
|
|
|
|
## Improvement
|
2019-11-07 07:23:28 +00:00
|
|
|
|
- \#204 - improve grpc performance in search
|
2019-11-06 04:04:28 +00:00
|
|
|
|
- \#207 - Add more unittest for config set/get
|
2019-11-06 08:22:38 +00:00
|
|
|
|
- \#208 - optimize unittest to support run single test more easily
|
2019-11-12 07:30:19 +00:00
|
|
|
|
- \#284 - Change C++ SDK to shared library
|
2019-11-12 11:14:20 +00:00
|
|
|
|
- \#260 - C++ SDK README
|
2019-11-06 04:04:28 +00:00
|
|
|
|
|
|
|
|
|
## Task
|
2019-11-04 17:48:11 +00:00
|
|
|
|
|
2019-11-07 07:45:14 +00:00
|
|
|
|
# Milvus 0.5.2 (2019-11-07)
|
2019-11-04 17:47:05 +00:00
|
|
|
|
|
|
|
|
|
## Bug
|
2019-11-05 03:29:19 +00:00
|
|
|
|
- \#194 - Search faild: message="Table file doesn't exist"
|
2019-11-04 17:47:05 +00:00
|
|
|
|
|
|
|
|
|
## Feature
|
|
|
|
|
|
|
|
|
|
## Improvement
|
2019-11-06 04:04:28 +00:00
|
|
|
|
- \#190 - Update default config:use_blas_threshold to 1100 and server version printout to 0.5.2
|
2019-11-04 17:47:05 +00:00
|
|
|
|
|
|
|
|
|
## Task
|
|
|
|
|
|
|
|
|
|
# Milvus 0.5.1 (2019-11-04)
|
2019-10-21 10:04:11 +00:00
|
|
|
|
|
|
|
|
|
## Bug
|
2019-10-30 07:27:05 +00:00
|
|
|
|
- \#134 - JFrog cache error
|
2019-11-01 06:40:52 +00:00
|
|
|
|
- \#161 - Search IVFSQHybrid crash on gpu
|
2019-11-02 08:28:34 +00:00
|
|
|
|
- \#169 - IVF_FLAT search out of memory
|
2019-10-30 06:01:11 +00:00
|
|
|
|
|
|
|
|
|
## Feature
|
2019-10-28 12:24:13 +00:00
|
|
|
|
- \#90 - The server start error messages could be improved to enhance user experience
|
2019-10-25 11:43:07 +00:00
|
|
|
|
- \#104 - test_scheduler core dump
|
2019-10-30 06:01:11 +00:00
|
|
|
|
- \#115 - Using new structure for tasktable
|
2019-11-01 06:40:52 +00:00
|
|
|
|
- \#139 - New config option use_gpu_threshold
|
2019-10-31 06:39:02 +00:00
|
|
|
|
- \#146 - Add only GPU and only CPU version for IVF_SQ8 and IVF_FLAT
|
2019-11-01 08:54:59 +00:00
|
|
|
|
- \#164 - Add CPU version for building index
|
2019-10-25 11:43:07 +00:00
|
|
|
|
|
2019-10-21 10:04:11 +00:00
|
|
|
|
## Improvement
|
2019-10-21 11:32:38 +00:00
|
|
|
|
- \#64 - Improvement dump function in scheduler
|
2019-10-22 10:40:42 +00:00
|
|
|
|
- \#80 - Print version information into log during server start
|
2019-10-22 11:11:17 +00:00
|
|
|
|
- \#82 - Move easyloggingpp into "external" directory
|
2019-10-23 13:45:48 +00:00
|
|
|
|
- \#92 - Speed up CMake build process
|
2019-10-25 10:01:35 +00:00
|
|
|
|
- \#96 - Remove .a file in milvus/lib for docker-version
|
2019-10-28 11:19:42 +00:00
|
|
|
|
- \#118 - Using shared_ptr instead of weak_ptr to avoid performance loss
|
2019-10-28 12:34:26 +00:00
|
|
|
|
- \#122 - Add unique id for Job
|
2019-10-30 04:34:09 +00:00
|
|
|
|
- \#130 - Set task state MOVED after resource copy it completed
|
2019-10-31 06:30:17 +00:00
|
|
|
|
- \#149 - Improve large query optimizer pass
|
2019-10-31 08:58:47 +00:00
|
|
|
|
- \#156 - Not return error when search_resources and index_build_device set cpu
|
2019-11-01 06:51:20 +00:00
|
|
|
|
- \#159 - Change the configuration name from 'use_gpu_threshold' to 'gpu_search_threshold'
|
2019-11-02 10:43:54 +00:00
|
|
|
|
- \#168 - Improve result reduce
|
2019-11-03 05:06:29 +00:00
|
|
|
|
- \#175 - add invalid config unittest
|
2019-10-21 11:32:38 +00:00
|
|
|
|
|
2019-10-21 10:04:11 +00:00
|
|
|
|
## Task
|
|
|
|
|
|
2019-10-21 11:27:11 +00:00
|
|
|
|
# Milvus 0.5.0 (2019-10-21)
|
2019-09-12 10:57:06 +00:00
|
|
|
|
|
|
|
|
|
## Bug
|
2019-09-19 06:52:14 +00:00
|
|
|
|
- MS-568 - Fix gpuresource free error
|
2019-09-19 06:15:56 +00:00
|
|
|
|
- MS-572 - Milvus crash when get SIGINT
|
2019-09-19 09:28:15 +00:00
|
|
|
|
- MS-577 - Unittest Query randomly hung
|
2019-09-26 09:08:18 +00:00
|
|
|
|
- MS-587 - Count get wrong result after adding vectors and index built immediately
|
2019-10-14 08:06:46 +00:00
|
|
|
|
- MS-599 - Search wrong result when table created with metric_type: IP
|
2019-10-09 09:09:12 +00:00
|
|
|
|
- MS-601 - Docker logs error caused by get CPUTemperature error
|
2019-10-15 08:02:17 +00:00
|
|
|
|
- MS-605 - Server going down during searching vectors
|
2019-10-10 03:40:25 +00:00
|
|
|
|
- MS-620 - Get table row counts display wrong error code
|
2019-10-15 07:59:56 +00:00
|
|
|
|
- MS-622 - Delete vectors should be failed if date range is invalid
|
|
|
|
|
- MS-624 - Search vectors failed if time ranges long enough
|
2019-10-14 08:06:46 +00:00
|
|
|
|
- MS-637 - Out of memory when load too many tasks
|
2019-10-15 07:59:56 +00:00
|
|
|
|
- MS-639 - SQ8H index created failed and server hang
|
2019-10-12 06:33:57 +00:00
|
|
|
|
- MS-640 - Cache object size calculate incorrect
|
2019-10-12 08:49:06 +00:00
|
|
|
|
- MS-641 - Segment fault(signal 11) in PickToLoad
|
2019-10-14 09:07:33 +00:00
|
|
|
|
- MS-644 - Search crashed with index-type: flat
|
2019-10-15 08:02:17 +00:00
|
|
|
|
- MS-647 - grafana display average cpu-temp
|
2019-10-14 11:24:29 +00:00
|
|
|
|
- MS-652 - IVFSQH quantization double free
|
2019-10-15 08:30:43 +00:00
|
|
|
|
- MS-650 - SQ8H index create issue
|
2019-10-15 07:59:56 +00:00
|
|
|
|
- MS-653 - When config check fail, Milvus close without message
|
2019-10-15 03:33:42 +00:00
|
|
|
|
- MS-654 - Describe index timeout when building index
|
2019-10-15 06:39:49 +00:00
|
|
|
|
- MS-658 - Fix SQ8 Hybrid can't search
|
2019-10-18 08:32:28 +00:00
|
|
|
|
- MS-665 - IVF_SQ8H search crash when no GPU resource in search_resources
|
2019-10-19 09:04:02 +00:00
|
|
|
|
- \#9 - Change default gpu_cache_capacity to 4
|
2019-11-07 05:54:07 +00:00
|
|
|
|
- \#20 - C++ sdk example get grpc error
|
2019-10-17 01:59:48 +00:00
|
|
|
|
- \#23 - Add unittest to improve code coverage
|
2019-10-17 09:51:13 +00:00
|
|
|
|
- \#31 - make clang-format failed after run build.sh -l
|
2019-10-18 03:46:15 +00:00
|
|
|
|
- \#39 - Create SQ8H index hang if using github server version
|
2019-10-18 06:40:15 +00:00
|
|
|
|
- \#30 - Some troubleshoot messages in Milvus do not provide enough information
|
2019-10-19 09:04:02 +00:00
|
|
|
|
- \#48 - Config unittest failed
|
2019-10-21 08:46:33 +00:00
|
|
|
|
- \#59 - Topk result is incorrect for small dataset
|
2019-09-12 10:57:06 +00:00
|
|
|
|
|
|
|
|
|
## Improvement
|
2019-09-16 12:08:46 +00:00
|
|
|
|
- MS-552 - Add and change the easylogging library
|
2019-09-17 02:16:37 +00:00
|
|
|
|
- MS-553 - Refine cache code
|
2019-10-08 06:34:17 +00:00
|
|
|
|
- MS-555 - Remove old scheduler
|
2019-09-17 02:54:51 +00:00
|
|
|
|
- MS-556 - Add Job Definition in Scheduler
|
2019-10-08 06:34:17 +00:00
|
|
|
|
- MS-557 - Merge Log.h
|
2019-09-17 09:37:31 +00:00
|
|
|
|
- MS-558 - Refine status code
|
2019-09-18 02:42:01 +00:00
|
|
|
|
- MS-562 - Add JobMgr and TaskCreator in Scheduler
|
2019-09-18 07:49:47 +00:00
|
|
|
|
- MS-566 - Refactor cmake
|
2019-09-25 11:16:12 +00:00
|
|
|
|
- MS-574 - Milvus configuration refactor
|
|
|
|
|
- MS-578 - Make sure milvus5.0 don't crack 0.3.1 data
|
2019-09-21 03:29:04 +00:00
|
|
|
|
- MS-585 - Update namespace in scheduler
|
2019-10-08 06:34:17 +00:00
|
|
|
|
- MS-606 - Speed up result reduce
|
2019-10-07 07:29:56 +00:00
|
|
|
|
- MS-608 - Update TODO names
|
2019-10-07 11:01:56 +00:00
|
|
|
|
- MS-609 - Update task construct function
|
2019-10-08 03:52:30 +00:00
|
|
|
|
- MS-611 - Add resources validity check in ResourceMgr
|
2019-10-15 07:59:56 +00:00
|
|
|
|
- MS-619 - Add optimizer class in scheduler
|
2019-10-10 06:33:16 +00:00
|
|
|
|
- MS-626 - Refactor DataObj to support cache any type data
|
2019-10-13 09:50:43 +00:00
|
|
|
|
- MS-648 - Improve unittest
|
2019-10-15 03:09:19 +00:00
|
|
|
|
- MS-655 - Upgrade SPTAG
|
2019-10-18 09:46:55 +00:00
|
|
|
|
- \#42 - Put union of index_build_device and search resources to gpu_pool
|
2019-10-21 11:35:07 +00:00
|
|
|
|
- \#67 - Avoid linking targets multiple times in cmake
|
2019-09-12 10:57:06 +00:00
|
|
|
|
|
2019-10-21 10:04:11 +00:00
|
|
|
|
## Feature
|
2019-10-15 10:12:22 +00:00
|
|
|
|
- MS-614 - Preload table at startup
|
2019-10-10 07:16:21 +00:00
|
|
|
|
- MS-627 - Integrate new index: IVFSQHybrid
|
2019-10-10 12:57:14 +00:00
|
|
|
|
- MS-631 - IVFSQ8H Index support
|
2019-10-11 09:38:48 +00:00
|
|
|
|
- MS-636 - Add optimizer in scheduler for FAISS_IVFSQ8H
|
2019-09-12 10:57:06 +00:00
|
|
|
|
|
|
|
|
|
## Task
|
2019-09-17 02:51:48 +00:00
|
|
|
|
- MS-554 - Change license to Apache 2.0
|
2019-09-17 10:53:43 +00:00
|
|
|
|
- MS-561 - Add contributing guidelines, code of conduct and README docs
|
2019-09-18 09:47:04 +00:00
|
|
|
|
- MS-567 - Add NOTICE.md
|
2019-09-18 11:53:08 +00:00
|
|
|
|
- MS-569 - Complete the NOTICE.md
|
2019-09-19 08:25:12 +00:00
|
|
|
|
- MS-575 - Add Clang-format & Clang-tidy & Cpplint
|
2019-09-25 02:50:33 +00:00
|
|
|
|
- MS-586 - Remove BUILD_FAISS_WITH_MKL option
|
2019-09-25 11:24:37 +00:00
|
|
|
|
- MS-590 - Refine cmake code to support cpplint
|
2019-09-29 03:52:55 +00:00
|
|
|
|
- MS-600 - Reconstruct unittest code
|
2019-09-29 08:37:34 +00:00
|
|
|
|
- MS-602 - Remove zilliz namespace
|
2019-10-08 03:52:05 +00:00
|
|
|
|
- MS-610 - Change error code base value from hex to decimal
|
2019-10-14 01:51:48 +00:00
|
|
|
|
- MS-624 - Re-organize project directory for open-source
|
2019-10-15 07:59:56 +00:00
|
|
|
|
- MS-635 - Add compile option to support customized faiss
|
2019-10-15 10:12:44 +00:00
|
|
|
|
- MS-660 - add ubuntu_build_deps.sh
|
2019-10-16 10:40:31 +00:00
|
|
|
|
- \#18 - Add all test cases
|
2019-11-07 05:54:07 +00:00
|
|
|
|
|
2019-09-12 10:57:06 +00:00
|
|
|
|
# Milvus 0.4.0 (2019-09-12)
|
2019-07-30 05:51:59 +00:00
|
|
|
|
|
|
|
|
|
## Bug
|
2019-09-10 10:35:32 +00:00
|
|
|
|
- MS-119 - The problem of combining the log files
|
2019-09-10 10:47:02 +00:00
|
|
|
|
- MS-121 - The problem that user can't change the time zone
|
2019-08-24 03:24:36 +00:00
|
|
|
|
- MS-411 - Fix metric unittest linking error
|
|
|
|
|
- MS-412 - Fix gpu cache logical error
|
2019-08-24 08:42:15 +00:00
|
|
|
|
- MS-416 - ExecutionEngineImpl::GpuCache has not return value cause crash
|
2019-08-24 08:44:30 +00:00
|
|
|
|
- MS-417 - YAML sequence load disable cause scheduler startup failed
|
2019-08-27 09:44:39 +00:00
|
|
|
|
- MS-413 - Create index failed and server exited
|
2019-08-28 11:45:15 +00:00
|
|
|
|
- MS-427 - Describe index error after drop index
|
2019-08-29 03:08:17 +00:00
|
|
|
|
- MS-432 - Search vectors params nprobe need to check max number
|
2019-08-29 04:35:23 +00:00
|
|
|
|
- MS-431 - Search vectors params nprobe: 0/-1, expected result: raise exception
|
|
|
|
|
- MS-331 - Crate Table : when table exists, error code is META_FAILED(code=15) rather than ILLEGAL TABLE NAME(code=9))
|
2019-08-29 11:19:33 +00:00
|
|
|
|
- MS-430 - Search no result if index created with FLAT
|
2019-08-30 03:15:40 +00:00
|
|
|
|
- MS-443 - Create index hang again
|
2019-08-30 08:39:26 +00:00
|
|
|
|
- MS-436 - Delete vectors failed if index created with index_type: IVF_FLAT/IVF_SQ8
|
2019-08-31 07:21:20 +00:00
|
|
|
|
- MS-449 - Add vectors twice success, once with ids, the other no ids
|
2019-09-04 09:19:19 +00:00
|
|
|
|
- MS-450 - server hang after run stop_server.sh
|
|
|
|
|
- MS-458 - Keep building index for one file when no gpu resource
|
2019-09-02 12:09:13 +00:00
|
|
|
|
- MS-461 - Mysql meta unittest failed
|
2019-09-02 12:28:01 +00:00
|
|
|
|
- MS-462 - Run milvus server twices, should display error
|
2019-09-03 03:26:44 +00:00
|
|
|
|
- MS-463 - Search timeout
|
2019-09-03 08:32:00 +00:00
|
|
|
|
- MS-467 - mysql db test failed
|
2019-09-05 08:42:33 +00:00
|
|
|
|
- MS-470 - Drop index success, which table not created
|
2019-09-04 06:28:47 +00:00
|
|
|
|
- MS-471 - code coverage run failed
|
2019-09-06 06:39:26 +00:00
|
|
|
|
- MS-492 - Drop index failed if index have been created with index_type: FLAT
|
2019-09-06 08:04:19 +00:00
|
|
|
|
- MS-493 - Knowhere unittest crash
|
2019-09-06 08:13:44 +00:00
|
|
|
|
- MS-453 - GPU search error when nprobe set more than 1024
|
2019-09-07 08:19:27 +00:00
|
|
|
|
- MS-474 - Create index hang if use branch-0.3.1 server config
|
2019-09-07 10:26:13 +00:00
|
|
|
|
- MS-510 - unittest out of memory and crashed
|
2019-09-10 10:35:32 +00:00
|
|
|
|
- MS-507 - Dataset 10m-512, index type sq8,performance in-normal when set CPU_CACHE to 16 or 64
|
2019-09-12 06:10:56 +00:00
|
|
|
|
- MS-543 - SearchTask fail without exception
|
2019-09-21 11:16:15 +00:00
|
|
|
|
- MS-582 - grafana displays changes frequently
|
2019-07-30 05:51:59 +00:00
|
|
|
|
|
|
|
|
|
## Improvement
|
2019-08-08 06:20:00 +00:00
|
|
|
|
- MS-327 - Clean code for milvus
|
2019-08-14 06:44:50 +00:00
|
|
|
|
- MS-336 - Scheduler interface
|
|
|
|
|
- MS-344 - Add TaskTable Test
|
|
|
|
|
- MS-345 - Add Node Test
|
|
|
|
|
- MS-346 - Add some implementation of scheduler to solve compile error
|
2019-08-14 06:46:30 +00:00
|
|
|
|
- MS-348 - Add ResourceFactory Test
|
2019-08-14 06:44:50 +00:00
|
|
|
|
- MS-350 - Remove knowhere submodule
|
2019-08-14 12:09:00 +00:00
|
|
|
|
- MS-354 - Add task class and interface in scheduler
|
2019-08-14 13:24:20 +00:00
|
|
|
|
- MS-355 - Add copy interface in ExcutionEngine
|
2019-08-15 07:47:46 +00:00
|
|
|
|
- MS-357 - Add minimum schedule function
|
2019-08-15 11:09:59 +00:00
|
|
|
|
- MS-359 - Add cost test in new scheduler
|
2019-08-16 07:03:10 +00:00
|
|
|
|
- MS-361 - Add event in resource
|
2019-08-16 07:29:35 +00:00
|
|
|
|
- MS-364 - Modify tasktableitem in tasktable
|
2019-08-16 07:36:56 +00:00
|
|
|
|
- MS-365 - Use tasktableitemptr instead in event
|
2019-08-16 08:09:02 +00:00
|
|
|
|
- MS-366 - Implement TaskTable
|
2019-08-16 09:51:05 +00:00
|
|
|
|
- MS-368 - Implement cost.cpp
|
2019-08-17 11:05:58 +00:00
|
|
|
|
- MS-371 - Add TaskTableUpdatedEvent
|
2019-08-17 11:08:10 +00:00
|
|
|
|
- MS-373 - Add resource test
|
2019-08-18 11:59:15 +00:00
|
|
|
|
- MS-374 - Add action definition
|
2019-08-18 12:01:44 +00:00
|
|
|
|
- MS-375 - Add Dump implementation for Event
|
2019-08-18 12:04:54 +00:00
|
|
|
|
- MS-376 - Add loader and executor enable flag in Resource avoid diskresource execute task
|
2019-08-18 12:08:15 +00:00
|
|
|
|
- MS-377 - Improve process thread trigger in ResourceMgr, Scheduler and TaskTable
|
2019-08-18 12:10:32 +00:00
|
|
|
|
- MS-378 - Debug and Update normal_test in scheduler unittest
|
2019-08-19 02:47:30 +00:00
|
|
|
|
- MS-379 - Add Dump implementation in Resource
|
2019-08-19 03:48:45 +00:00
|
|
|
|
- MS-380 - Update resource loader and executor, work util all finished
|
2019-08-19 14:01:39 +00:00
|
|
|
|
- MS-383 - Modify condition variable usage in scheduler
|
2019-08-20 03:10:52 +00:00
|
|
|
|
- MS-384 - Add global instance of ResourceMgr and Scheduler
|
2019-08-21 10:01:23 +00:00
|
|
|
|
- MS-389 - Add clone interface in Task
|
2019-08-21 10:22:52 +00:00
|
|
|
|
- MS-390 - Update resource construct function
|
2019-08-21 10:27:05 +00:00
|
|
|
|
- MS-391 - Add PushTaskToNeighbourHasExecutor action
|
2019-08-21 11:22:38 +00:00
|
|
|
|
- MS-394 - Update scheduler unittest
|
2019-08-22 03:56:45 +00:00
|
|
|
|
- MS-400 - Add timestamp record in task state change function
|
2019-08-22 11:01:44 +00:00
|
|
|
|
- MS-402 - Add dump implementation for TaskTableItem
|
2019-08-23 08:07:47 +00:00
|
|
|
|
- MS-406 - Add table flag for meta
|
2019-08-23 03:19:15 +00:00
|
|
|
|
- MS-403 - Add GpuCacheMgr
|
2019-08-23 03:30:48 +00:00
|
|
|
|
- MS-404 - Release index after search task done avoid memory increment continues
|
2019-08-23 03:34:31 +00:00
|
|
|
|
- MS-405 - Add delete task support
|
2019-08-23 09:25:49 +00:00
|
|
|
|
- MS-407 - Reconstruct MetricsCollector
|
2019-08-23 10:56:02 +00:00
|
|
|
|
- MS-408 - Add device_id in resource construct function
|
2019-08-23 13:07:01 +00:00
|
|
|
|
- MS-409 - Using new scheduler
|
2019-08-24 04:20:32 +00:00
|
|
|
|
- MS-413 - Remove thrift dependency
|
2019-08-24 02:22:05 +00:00
|
|
|
|
- MS-410 - Add resource config comment
|
2019-08-24 08:36:56 +00:00
|
|
|
|
- MS-414 - Add TaskType in Scheduler::Task
|
2019-08-24 08:39:47 +00:00
|
|
|
|
- MS-415 - Add command tasktable to dump all tasktables
|
2019-08-24 08:57:15 +00:00
|
|
|
|
- MS-418 - Update server_config.template file, set CPU compute only default
|
2019-08-24 09:35:03 +00:00
|
|
|
|
- MS-419 - Move index_file_size from IndexParam to TableSchema
|
2019-08-26 07:36:19 +00:00
|
|
|
|
- MS-421 - Add TaskLabel in scheduler
|
2019-08-26 12:06:44 +00:00
|
|
|
|
- MS-422 - Support DeleteTask in Multi-GpuResource case
|
2019-08-27 14:11:38 +00:00
|
|
|
|
- MS-428 - Add PushTaskByDataLocality in scheduler
|
2019-08-29 11:27:08 +00:00
|
|
|
|
- MS-440 - Add DumpTaskTables in sdk
|
2019-08-29 13:39:51 +00:00
|
|
|
|
- MS-442 - Merge Knowhere
|
2019-08-30 03:11:54 +00:00
|
|
|
|
- MS-445 - Rename CopyCompleted to LoadCompleted
|
2019-08-31 07:47:52 +00:00
|
|
|
|
- MS-451 - Update server_config.template file, set GPU compute default
|
2019-09-02 07:49:34 +00:00
|
|
|
|
- MS-455 - Distribute tasks by minimal cost in scheduler
|
2019-09-02 09:11:26 +00:00
|
|
|
|
- MS-460 - Put transport speed as weight when choosing neighbour to execute task
|
2019-09-02 08:31:09 +00:00
|
|
|
|
- MS-459 - Add cache for pick function in tasktable
|
2019-09-06 08:04:19 +00:00
|
|
|
|
- MS-476 - Improve search performance
|
2019-09-05 02:53:45 +00:00
|
|
|
|
- MS-482 - Change search stream transport to unary in grpc
|
2019-09-05 09:41:01 +00:00
|
|
|
|
- MS-487 - Define metric type in CreateTable
|
2019-09-05 11:58:54 +00:00
|
|
|
|
- MS-488 - Improve code format in scheduler
|
2019-09-06 08:54:46 +00:00
|
|
|
|
- MS-495 - cmake: integrated knowhere
|
2019-09-06 13:34:25 +00:00
|
|
|
|
- MS-496 - Change the top_k limitation from 1024 to 2048
|
2019-09-07 03:00:33 +00:00
|
|
|
|
- MS-502 - Update tasktable_test in scheduler
|
2019-09-07 04:01:36 +00:00
|
|
|
|
- MS-504 - Update node_test in scheduler
|
2019-09-07 06:43:46 +00:00
|
|
|
|
- MS-505 - Install core unit test and add to coverage
|
2019-09-07 06:54:32 +00:00
|
|
|
|
- MS-508 - Update normal_test in scheduler
|
2019-09-09 12:15:43 +00:00
|
|
|
|
- MS-532 - Add grpc server unittest
|
2019-09-07 08:45:17 +00:00
|
|
|
|
- MS-511 - Update resource_test in scheduler
|
2019-09-07 10:14:48 +00:00
|
|
|
|
- MS-517 - Update resource_mgr_test in scheduler
|
2019-09-07 11:26:03 +00:00
|
|
|
|
- MS-518 - Add schedinst_test in scheduler
|
2019-09-09 01:54:30 +00:00
|
|
|
|
- MS-519 - Add event_test in scheduler
|
2019-09-09 02:03:01 +00:00
|
|
|
|
- MS-520 - Update resource_test in scheduler
|
2019-09-09 06:31:41 +00:00
|
|
|
|
- MS-524 - Add some unittest in event_test and resource_test
|
2019-09-09 06:59:42 +00:00
|
|
|
|
- MS-525 - Disable parallel reduce in SearchTask
|
2019-09-09 07:27:26 +00:00
|
|
|
|
- MS-527 - Update scheduler_test and enable it
|
2019-09-09 07:57:02 +00:00
|
|
|
|
- MS-528 - Hide some config used future
|
2019-09-09 11:13:30 +00:00
|
|
|
|
- MS-530 - Add unittest for SearchTask->Load
|
2019-09-09 11:35:32 +00:00
|
|
|
|
- MS-531 - Disable next version code
|
2019-09-09 12:16:34 +00:00
|
|
|
|
- MS-533 - Update resource_test to cover dump function
|
2019-09-09 12:52:11 +00:00
|
|
|
|
- MS-523 - Config file validation
|
2019-09-10 11:31:29 +00:00
|
|
|
|
- MS-539 - Remove old task code
|
2019-09-12 03:48:45 +00:00
|
|
|
|
- MS-546 - Add simple mode resource_config
|
2019-09-18 12:03:01 +00:00
|
|
|
|
- MS-570 - Add prometheus docker-compose file
|
2019-09-20 10:02:08 +00:00
|
|
|
|
- MS-576 - Scheduler refactor
|
2019-09-26 03:43:45 +00:00
|
|
|
|
- MS-592 - Change showtables stream transport to unary
|
2019-07-30 05:51:59 +00:00
|
|
|
|
|
2019-10-21 10:04:11 +00:00
|
|
|
|
## Feature
|
2019-08-13 07:22:01 +00:00
|
|
|
|
- MS-343 - Implement ResourceMgr
|
2019-08-22 03:50:18 +00:00
|
|
|
|
- MS-338 - NewAPI: refine code to support CreateIndex
|
|
|
|
|
- MS-339 - NewAPI: refine code to support DropIndex
|
|
|
|
|
- MS-340 - NewAPI: implement DescribeIndex
|
2019-07-30 05:51:59 +00:00
|
|
|
|
|
|
|
|
|
## Task
|
|
|
|
|
- MS-297 - disable mysql unit test
|
2019-06-27 09:43:19 +00:00
|
|
|
|
|
|
|
|
|
# Milvus 0.3.1 (2019-07-10)
|
|
|
|
|
|
|
|
|
|
## Bug
|
|
|
|
|
|
2019-07-04 09:15:38 +00:00
|
|
|
|
- MS-148 - Disable cleanup if mode is read only
|
|
|
|
|
- MS-149 - Fixed searching only one index file issue in distributed mode
|
2019-07-15 05:47:36 +00:00
|
|
|
|
- MS-153 - Fix c_str error when connecting to MySQL
|
|
|
|
|
- MS-157 - Fix changelog
|
|
|
|
|
- MS-190 - Use env variable to switch mem manager and fix cmake
|
2019-07-14 03:43:14 +00:00
|
|
|
|
- MS-217 - Fix SQ8 row count bug
|
2019-07-15 02:45:20 +00:00
|
|
|
|
- MS-224 - Return AlreadyExist status in MySQLMetaImpl::CreateTable if table already exists
|
2019-07-15 05:47:36 +00:00
|
|
|
|
- MS-232 - Add MySQLMetaImpl::UpdateTableFilesToIndex and set maximum_memory to default if config value = 0
|
|
|
|
|
- MS-233 - Remove mem manager log
|
|
|
|
|
- MS-230 - Change parameter name: Maximum_memory to insert_buffer_size
|
2019-07-15 11:30:24 +00:00
|
|
|
|
- MS-234 - Some case cause background merge thread stop
|
2019-07-15 11:48:11 +00:00
|
|
|
|
- MS-235 - Some test cases random fail
|
2019-07-15 12:41:17 +00:00
|
|
|
|
- MS-236 - Add MySQLMetaImpl::HasNonIndexFiles
|
2019-07-21 03:57:12 +00:00
|
|
|
|
- MS-257 - Update bzip2 download url
|
2019-07-27 06:28:27 +00:00
|
|
|
|
- MS-288 - Update compile scripts
|
2019-08-09 10:19:07 +00:00
|
|
|
|
- MS-330 - Stability test failed caused by server core dumped
|
2019-08-21 10:35:57 +00:00
|
|
|
|
- MS-347 - Build index hangs again
|
|
|
|
|
- MS-382 - fix MySQLMetaImpl::CleanUpFilesWithTTL unknown column bug
|
2019-07-04 09:15:38 +00:00
|
|
|
|
|
2019-06-27 09:43:19 +00:00
|
|
|
|
## Improvement
|
2019-07-04 08:58:40 +00:00
|
|
|
|
- MS-156 - Add unittest for merge result functions
|
2019-07-04 09:15:38 +00:00
|
|
|
|
- MS-152 - Delete assert in MySQLMetaImpl and change MySQLConnectionPool impl
|
2019-07-11 08:32:30 +00:00
|
|
|
|
- MS-204 - Support multi db_path
|
2019-07-12 03:08:25 +00:00
|
|
|
|
- MS-206 - Support SQ8 index type
|
2019-07-12 04:19:32 +00:00
|
|
|
|
- MS-208 - Add buildinde interface for C++ SDK
|
2019-07-12 07:30:05 +00:00
|
|
|
|
- MS-212 - Support Inner product metric type
|
2019-07-17 04:50:37 +00:00
|
|
|
|
- MS-241 - Build Faiss with MKL if using Intel CPU; else build with OpenBlas
|
2019-07-17 09:37:42 +00:00
|
|
|
|
- MS-242 - Clean up cmake and change MAKE_BUILD_ARGS to be user defined variable
|
|
|
|
|
- MS-245 - Improve search result transfer performance
|
2019-07-18 09:21:04 +00:00
|
|
|
|
- MS-248 - Support AddVector/SearchVector profiling
|
2019-07-19 09:54:20 +00:00
|
|
|
|
- MS-256 - Add more cache config
|
2019-07-21 10:03:35 +00:00
|
|
|
|
- MS-260 - Refine log
|
2019-07-22 02:44:24 +00:00
|
|
|
|
- MS-249 - Check machine hardware during initialize
|
2019-07-22 02:45:13 +00:00
|
|
|
|
- MS-261 - Update faiss version to 1.5.3 and add BUILD_FAISS_WITH_MKL as an option
|
2019-07-26 02:54:49 +00:00
|
|
|
|
- MS-266 - Improve topk reduce time by using multi-threads
|
|
|
|
|
- MS-275 - Avoid sqlite logic error excetion
|
2019-07-24 12:36:35 +00:00
|
|
|
|
- MS-278 - add IndexStatsHelper
|
2019-08-06 10:11:51 +00:00
|
|
|
|
- MS-313 - add GRPC
|
2019-08-07 12:08:49 +00:00
|
|
|
|
- MS-325 - add grpc status return for C++ sdk and modify some format
|
2019-08-07 09:27:31 +00:00
|
|
|
|
- MS-278 - Add IndexStatsHelper
|
2019-08-06 09:31:43 +00:00
|
|
|
|
- MS-312 - Set openmp thread number by config
|
2019-08-07 09:27:31 +00:00
|
|
|
|
- MS-305 - Add CPU core percent metric
|
|
|
|
|
- MS-310 - Add milvus CPU utilization ratio and CPU/GPU temperature metrics
|
|
|
|
|
- MS-324 - Show error when there is not enough gpu memory to build index
|
2019-08-08 06:29:07 +00:00
|
|
|
|
- MS-328 - Check metric type on server start
|
2019-08-09 09:00:32 +00:00
|
|
|
|
- MS-332 - Set grpc and thrift server run concurrently
|
2019-08-21 10:35:57 +00:00
|
|
|
|
- MS-352 - Add hybrid index
|
2019-07-04 09:15:38 +00:00
|
|
|
|
|
2019-10-21 10:04:11 +00:00
|
|
|
|
## Feature
|
2019-07-08 03:14:28 +00:00
|
|
|
|
- MS-180 - Add new mem manager
|
2019-07-15 02:45:20 +00:00
|
|
|
|
- MS-195 - Add nlist and use_blas_threshold conf
|
2019-07-24 13:28:24 +00:00
|
|
|
|
- MS-137 - Integrate knowhere
|
2019-06-27 09:43:19 +00:00
|
|
|
|
|
2019-06-27 09:43:19 +00:00
|
|
|
|
## Task
|
|
|
|
|
|
|
|
|
|
- MS-125 - Create 0.3.1 release branch
|
2019-08-01 14:31:30 +00:00
|
|
|
|
- MS-306 - Optimize build efficiency
|
2019-06-27 09:43:19 +00:00
|
|
|
|
|
|
|
|
|
# Milvus 0.3.0 (2019-06-30)
|
2019-05-17 12:16:04 +00:00
|
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
|
## Bug
|
2019-06-23 10:38:55 +00:00
|
|
|
|
- MS-104 - Fix unittest lcov execution error
|
2019-06-21 08:57:25 +00:00
|
|
|
|
- MS-102 - Fix build script file condition error
|
2019-06-13 07:32:02 +00:00
|
|
|
|
- MS-80 - Fix server hang issue
|
2019-06-17 09:38:33 +00:00
|
|
|
|
- MS-89 - Fix compile failed, libgpufaiss.a link missing
|
2019-06-17 09:52:46 +00:00
|
|
|
|
- MS-90 - Fix arch match incorrect on ARM
|
2019-06-19 08:36:25 +00:00
|
|
|
|
- MS-99 - Fix compilation bug
|
2019-06-25 10:42:18 +00:00
|
|
|
|
- MS-110 - Avoid huge file size
|
2019-05-17 12:16:04 +00:00
|
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
|
## Improvement
|
2019-06-13 08:02:25 +00:00
|
|
|
|
- MS-82 - Update server startup welcome message
|
|
|
|
|
- MS-83 - Update vecwise to Milvus
|
2019-06-14 06:35:22 +00:00
|
|
|
|
- MS-77 - Performance issue of post-search action
|
2019-11-07 05:54:07 +00:00
|
|
|
|
- MS-22 - Enhancement for MemVector size control
|
2019-06-17 11:25:48 +00:00
|
|
|
|
- MS-92 - Unify behavior of debug and release build
|
2019-06-19 07:46:14 +00:00
|
|
|
|
- MS-98 - Install all unit test to installation directory
|
2019-06-26 03:51:47 +00:00
|
|
|
|
- MS-115 - Change is_startup of metric_config switch from true to on
|
2019-11-07 05:54:07 +00:00
|
|
|
|
- MS-122 - Archive criteria config
|
2019-06-27 07:51:25 +00:00
|
|
|
|
- MS-124 - HasTable interface
|
2019-06-27 10:03:52 +00:00
|
|
|
|
- MS-126 - Add more error code
|
2019-06-28 03:48:50 +00:00
|
|
|
|
- MS-128 - Change default db path
|
2019-06-27 03:56:43 +00:00
|
|
|
|
|
2019-10-21 10:04:11 +00:00
|
|
|
|
## Feature
|
2019-06-02 05:50:09 +00:00
|
|
|
|
|
2019-06-05 04:14:53 +00:00
|
|
|
|
- MS-57 - Implement index load/search pipeline
|
2019-06-06 02:45:07 +00:00
|
|
|
|
- MS-56 - Add version information when server is started
|
2019-06-09 09:35:52 +00:00
|
|
|
|
- MS-64 - Different table can have different index type
|
|
|
|
|
- MS-52 - Return search score
|
2019-06-10 07:25:56 +00:00
|
|
|
|
- MS-66 - Support time range query
|
2019-06-11 03:47:17 +00:00
|
|
|
|
- MS-68 - Remove rocksdb from third-party
|
2019-06-11 02:39:03 +00:00
|
|
|
|
- MS-70 - cmake: remove redundant libs in src
|
2019-06-11 03:00:41 +00:00
|
|
|
|
- MS-71 - cmake: fix faiss dependency
|
2019-06-11 03:41:11 +00:00
|
|
|
|
- MS-72 - cmake: change prometheus source to git
|
2019-06-11 08:23:55 +00:00
|
|
|
|
- MS-73 - cmake: delete civetweb
|
2019-06-11 08:41:41 +00:00
|
|
|
|
- MS-65 - Implement GetTableRowCount interface
|
|
|
|
|
- MS-45 - Implement DeleteTable interface
|
2019-06-12 03:27:50 +00:00
|
|
|
|
- MS-75 - cmake: change faiss version to 1.5.2; add CUDA gencode
|
2019-06-13 05:20:06 +00:00
|
|
|
|
- MS-81 - fix faiss ptx issue; change cuda gencode
|
2019-06-14 02:21:10 +00:00
|
|
|
|
- MS-84 - cmake: add arrow, jemalloc and jsoncons third party; default build option OFF
|
2019-06-14 02:34:01 +00:00
|
|
|
|
- MS-85 - add NetIO metric
|
2019-06-19 02:53:46 +00:00
|
|
|
|
- MS-96 - add new query interface for specified files
|
2019-06-19 04:03:13 +00:00
|
|
|
|
- MS-97 - Add S3 SDK for MinIO Storage
|
2019-06-24 08:44:05 +00:00
|
|
|
|
- MS-105 - Add MySQL
|
2019-06-28 07:40:47 +00:00
|
|
|
|
- MS-130 - Add prometheus_test
|
2019-07-02 11:41:02 +00:00
|
|
|
|
- MS-144 - Add nprobe config
|
2019-07-03 03:18:34 +00:00
|
|
|
|
- MS-147 - Enable IVF
|
2019-06-28 07:40:47 +00:00
|
|
|
|
- MS-130 - Add prometheus_test
|
2019-08-21 10:35:57 +00:00
|
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
|
## Task
|
2019-06-12 03:05:33 +00:00
|
|
|
|
- MS-74 - Change README.md in cpp
|
2019-06-17 07:32:25 +00:00
|
|
|
|
- MS-88 - Add support for arm architecture
|
2019-06-02 05:50:09 +00:00
|
|
|
|
|
2019-06-14 09:29:29 +00:00
|
|
|
|
# Milvus 0.2.0 (2019-05-31)
|
2019-06-02 05:50:09 +00:00
|
|
|
|
|
|
|
|
|
## Bug
|
|
|
|
|
|
|
|
|
|
- MS-32 - Fix thrift error
|
|
|
|
|
- MS-34 - Fix prometheus-cpp thirdparty
|
2019-06-10 10:38:34 +00:00
|
|
|
|
- MS-67 - Fix license check bug
|
2019-06-13 02:08:45 +00:00
|
|
|
|
- MS-76 - Fix pipeline crash bug
|
2019-06-20 03:54:47 +00:00
|
|
|
|
- MS-100 - cmake: fix AWS build issue
|
2019-06-20 08:18:06 +00:00
|
|
|
|
- MS-101 - change AWS build type to Release
|
2019-06-02 05:50:09 +00:00
|
|
|
|
|
|
|
|
|
## Improvement
|
|
|
|
|
|
|
|
|
|
- MS-20 - Clean Code Part 1
|
|
|
|
|
|
2019-10-21 10:04:11 +00:00
|
|
|
|
## Feature
|
2019-05-17 12:16:04 +00:00
|
|
|
|
|
2019-05-26 11:35:30 +00:00
|
|
|
|
- MS-5 - Implement Auto Archive Feature
|
2019-05-29 08:29:08 +00:00
|
|
|
|
- MS-6 - Implement SDK interface part 1
|
2019-06-02 05:50:09 +00:00
|
|
|
|
- MS-16 - Implement metrics without prometheus
|
2019-05-29 08:29:08 +00:00
|
|
|
|
- MS-21 - Implement SDK interface part 2
|
2019-05-29 08:14:15 +00:00
|
|
|
|
- MS-26 - cmake. Add thirdparty packages
|
2019-05-29 11:20:58 +00:00
|
|
|
|
- MS-31 - cmake: add prometheus
|
2019-05-30 02:18:34 +00:00
|
|
|
|
- MS-33 - cmake: add -j4 to make third party packages build faster
|
2019-05-31 09:37:16 +00:00
|
|
|
|
- MS-27 - support gpu config and disable license build config in cmake
|
2019-05-31 10:29:36 +00:00
|
|
|
|
- MS-47 - Add query vps metrics
|
2019-06-02 05:50:09 +00:00
|
|
|
|
- MS-37 - Add query, cache usage, disk write speed and file data size metrics
|
|
|
|
|
- MS-30 - Use faiss v1.5.2
|
2019-06-04 06:10:02 +00:00
|
|
|
|
- MS-54 - cmake: Change Thrift third party URL to github.com
|
2019-06-10 11:16:06 +00:00
|
|
|
|
- MS-69 - prometheus: add all proposed metrics
|
2019-05-29 08:29:08 +00:00
|
|
|
|
|
2019-06-02 05:50:09 +00:00
|
|
|
|
## Task
|
2019-05-17 12:16:04 +00:00
|
|
|
|
|
2019-05-17 12:18:24 +00:00
|
|
|
|
- MS-1 - Add CHANGELOG.md
|
2019-05-26 11:35:30 +00:00
|
|
|
|
- MS-4 - Refactor the vecwise_engine code structure
|
2019-06-05 13:17:54 +00:00
|
|
|
|
- MS-62 - Search range to all if no date specified
|