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
By using a known separator we can avoid the max value length. A 0 byte can be used as separator provided this will never come in the actual column data.
We can use 2 bytes (each 0 bytes) as separator. I believe that is good enough. In arbitrary column index, we no longer use max col value length and max index name length. We use separator there. Similar way we can handle other old cases also.
Old index data compatibility is one issue. The new way breaks old data compatibility. May be we will need some sort of tool which can convert old data to new format (?)
No description provided.
The text was updated successfully, but these errors were encountered: