We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requires: #156
Indexes should be stored as tables, MultiSQL should manage via scan_pk_range for index tables
scan_pk_range
The text was updated successfully, but these errors were encountered:
For this to work with dupes, PK would need to be double sized...
Sorry, something went wrong.
Maybe be okay with requiring a squeeze into half types...?
Start with only unique indexes
Multiple value and long type (eg. text) indexes wouldn't work with squeezing.
What is gained by forcing [U8; 8]/U64?
No branches or pull requests
Requires: #156
Indexes should be stored as tables, MultiSQL should manage via
scan_pk_range
for index tablesThe text was updated successfully, but these errors were encountered: