-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
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
SQLite integration #24194
SQLite integration #24194
Conversation
Please, remove submodules update, which was added by accident -- looks like all of them were added in the last commit, then just revert it. And Also, please make integration tests in Also it will be very easy to add |
We can add functional tests instead of integration tests - it's easy, because sqlite database is a single file. |
Tables should be also writable. |
ubsan caught something :) 01889_sqlite_read_write: [ FAIL ] 13.61 sec. - return code 210 |
@Mergifyio update |
Command
|
4d3cddd
to
4077741
Compare
4077741
to
d6967db
Compare
…o g-arslan-add-sqlite-support
…nto g-arslan-add-sqlite-support
f790a56
to
bcc77fc
Compare
Internal documentation ticket: DOCSUP-11655. |
@kssenii Need two fixes.
|
It seemed too obvious that it just works (because of |
Good. So, we can already use pre-indexed sqlite tables for efficient key-value lookups. |
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Add SQLite table engine, table function, database engine.