Skip to content

Commit

Permalink
Add experimental note to configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rroelke committed Feb 6, 2025
1 parent f4a8035 commit 7a6d87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tiledb/api/c_api/config/config_api_external.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ TILEDB_EXPORT void tiledb_config_free(tiledb_config_t** config) TILEDB_NOEXCEPT;
* or "legacy".<br>
* **Default**: refactored
* - `sm.query.sparse_global_order.preprocess_tile_merge` <br>
* **Experimental for testing purposes, do not use.**<br>
* Performance configuration for sparse global order read queries.
* If nonzero, prior to loading the first tiles, the reader will run
* a preprocessing step to arrange tiles from all fragments in a single
Expand Down
1 change: 1 addition & 0 deletions tiledb/sm/cpp_api/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ class Config {
* or "legacy".<br>
* **Default**: refactored
* - `sm.query.sparse_global_order.preprocess_tile_merge` <br>
* **Experimental for testing purposes, do not use.**<br>
* Performance configuration for sparse global order read queries.
* If nonzero, prior to loading the first tiles, the reader will run
* a preprocessing step to arrange tiles from all fragments in a single
Expand Down

0 comments on commit 7a6d87c

Please sign in to comment.