#1524 update config preload_table description (#1543)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/1500/head
Cai Yudong 2020-03-07 13:18:14 +08:00 committed by GitHub
parent 1963f3b9e9
commit 2a101eaab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 5 deletions

View File

@ -80,14 +80,14 @@ Please mark all change in change log and use the issue from GitHub
- \#1105 Error message is not clear when creating IVFSQ8H index without gpu resources - \#1105 Error message is not clear when creating IVFSQ8H index without gpu resources
- \#740, #849, #878, #972, #1033, #1161, #1173, #1199, #1190, #1223, #1222, #1257, #1264, #1269, #1164, #1303, #1304, #1324, #1388, #1459 Various fixes and improvements for Milvus documentation. - \#740, #849, #878, #972, #1033, #1161, #1173, #1199, #1190, #1223, #1222, #1257, #1264, #1269, #1164, #1303, #1304, #1324, #1388, #1459 Various fixes and improvements for Milvus documentation.
- \#1297 Hide partition_name parameter, avid user directly access partition table - \#1297 Hide partition_name parameter, avid user directly access partition table
- \#1310 Add default partition tag for a table
- \#1234 Do S3 server validation check when Milvus startup - \#1234 Do S3 server validation check when Milvus startup
- \#1263 Allow system conf modifiable and some take effect directly - \#1263 Allow system conf modifiable and some take effect directly
- \#1310 Add default partition tag for a table
- \#1320 Remove debug logging from faiss - \#1320 Remove debug logging from faiss
- \#1426 Support to configure whether to enabled autoflush and the autoflush interval - \#1426 Support to configure whether to enabled autoflush and the autoflush interval
- \#1444 Improve delete - \#1444 Improve delete
- \#1480 Add return code for AVX512 selection - \#1480 Add return code for AVX512 selection
- \#1524 Update config "preload_table" description
## Task ## Task
- \#1327 Exclude third-party code from codebeat - \#1327 Exclude third-party code from codebeat

View File

@ -44,7 +44,8 @@ server_config:
#----------------------+------------------------------------------------------------+------------+-----------------+ #----------------------+------------------------------------------------------------+------------+-----------------+
# preload_table | A comma-separated list of table names that need to be pre- | StringList | | # preload_table | A comma-separated list of table names that need to be pre- | StringList | |
# | loaded when Milvus server starts up. | | | # | loaded when Milvus server starts up. | | |
# | '*' means preload all existing tables. | | | # | '*' means preload all existing tables (single-quote or | | |
# | double-quote required). | | |
#----------------------+------------------------------------------------------------+------------+-----------------+ #----------------------+------------------------------------------------------------+------------+-----------------+
# auto_flush_interval | The interval, in seconds, at which Milvus automatically | Integer | 1 (s) | # auto_flush_interval | The interval, in seconds, at which Milvus automatically | Integer | 1 (s) |
# | flushes data to disk. | | | # | flushes data to disk. | | |

View File

@ -44,7 +44,8 @@ server_config:
#----------------------+------------------------------------------------------------+------------+-----------------+ #----------------------+------------------------------------------------------------+------------+-----------------+
# preload_table | A comma-separated list of table names that need to be pre- | StringList | | # preload_table | A comma-separated list of table names that need to be pre- | StringList | |
# | loaded when Milvus server starts up. | | | # | loaded when Milvus server starts up. | | |
# | '*' means preload all existing tables. | | | # | '*' means preload all existing tables (single-quote or | | |
# | double-quote required). | | |
#----------------------+------------------------------------------------------------+------------+-----------------+ #----------------------+------------------------------------------------------------+------------+-----------------+
# auto_flush_interval | The interval, in seconds, at which Milvus automatically | Integer | 1 (s) | # auto_flush_interval | The interval, in seconds, at which Milvus automatically | Integer | 1 (s) |
# | flushes data to disk. | | | # | flushes data to disk. | | |

View File

@ -44,7 +44,8 @@ server_config:
#----------------------+------------------------------------------------------------+------------+-----------------+ #----------------------+------------------------------------------------------------+------------+-----------------+
# preload_table | A comma-separated list of table names that need to be pre- | StringList | | # preload_table | A comma-separated list of table names that need to be pre- | StringList | |
# | loaded when Milvus server starts up. | | | # | loaded when Milvus server starts up. | | |
# | '*' means preload all existing tables. | | | # | '*' means preload all existing tables (single-quote or | | |
# | double-quote required). | | |
#----------------------+------------------------------------------------------------+------------+-----------------+ #----------------------+------------------------------------------------------------+------------+-----------------+
# auto_flush_interval | The interval, in seconds, at which Milvus automatically | Integer | 1 (s) | # auto_flush_interval | The interval, in seconds, at which Milvus automatically | Integer | 1 (s) |
# | flushes data to disk. | | | # | flushes data to disk. | | |