Hi. I see this in documentation: <https://docs.st...
# questions-and-troubleshooting
a
Hi. I see this in documentation: https://docs.starrocks.io/docs/3.5/table_design/table_types/primary_key_table/#primary-key-index It is possible to set
enable_persistent_index=false
, however after testing it, I see this error:
Copy code
In-Memory index is not supported, please create table with persistent index
After searching, I see this pull request: https://github.com/StarRocks/starrocks/pull/56040 Does this mean that this feature is no longer available after version 3.3 and this is not mentioned in the documentation? Is a documentation change needed to remove this section or did I misunderstand?