feature_flags
The feature_flags section enables or disables certain YDB features using boolean flags. To enable a feature, set the corresponding feature flag to true in the cluster configuration.
feature_flags:
enable_topic_autopartitioning_for_cdc: true
Feature flags
| Flag | Function |
|---|---|
enable_json_index |
JSON indexes to speed up search in JSON fields |
enable_json_index_auto_select |
Automatic selection of JSON indexes when executing queries |
enable_fulltext_index |
Full-text index for full-text search |
enable_local_bloom_filter_index |
Local Bloom index of type bloom_filter |
enable_local_bloom_ngram_filter_index |
Local Bloom index of type bloom_ngram_filter |
enable_local_min_max_index |
Local min_max index |
enable_topic_autopartitioning_for_cdc |
Auto-partitioning of topics in CDC for row tables |
enable_access_to_index_impl_tables |
Ability to specify the number of replicas for a secondary index |
enable_changefeeds_export, enable_changefeeds_import |
Support for change feeds (changefeed) in backup and restore operations |
enable_view_export |
Support for views (VIEW) in backup and restore operations |
enable_export_auto_dropping |
Automatic deletion of temporary directories and tables when exporting to S3 |
enable_followers_stats |
System views with information about the history of overloaded partitions |
enable_strict_acl_check |
Prohibition on granting rights to non-existent users and on deleting users who have been granted rights |
enable_strict_user_management |
Strict rules for administering local users (i.e., only a cluster or database administrator can administer local users) |
enable_database_admin |
Adding the database administrator role |
enable_kafka_native_balancing |
Client-side balancing of partitions when reading via the Kafka protocol |
enable_topic_compactification_by_key |
Enabling topic compaction in the YDB Topics Kafka API |
enable_kafka_transactions |
Enabling transactions in the YDB Topics Kafka API |
enable_external_data_sources |
Enabling external data sources |
enable_grpc_audit |
Enabling audit of gRPC connection state changes |
enable_fs_backups |
Enabling backup and restore operations to a network file system |
Was the article helpful?
Previous