You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Surprisingly we make it possible to disable keep_in_memory in column families, but not enabling. This makes it impossible to enable keep_in_memory on an existing table, which is surprising to users. Since this is gated under a feature flag we should just allow users to enable it when necessary.
The text was updated successfully, but these errors were encountered:
Surprisingly we make it possible to disable keep_in_memory in column families, but not enabling. This makes it impossible to enable keep_in_memory on an existing table, which is surprising to users. Since this is gated under a feature flag we should just allow users to enable it when necessary.
The text was updated successfully, but these errors were encountered: