-
Notifications
You must be signed in to change notification settings - Fork 0
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
Choose data engine (vinyl or memtx) #52
Labels
Comments
perhaps |
ligurio
added a commit
that referenced
this issue
Nov 6, 2020
Fix setting data engine broken in commit "Rewrite client in a register workload" 3214905 and add option validation. Blocked by tarantool/tarantool-java#63 Closes #52
how test-run sets engine: UPDATE "_session_settings" SET "value" = 'memtx|vinyl' WHERE "name" = 'sql_default_engine'
pragma sql_default_engine='memtx|vinyl' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In SQL:
box.execute([[set session "sql_default_engine" = 'memtx';]])
In Lua:
box.space.j:alter{engine = memtx}
(was broken in 3214905#diff-5e0349f9a230fa195fa381f7688a7bdad9ebc811c4828edfdc82ce46b7433698)
The text was updated successfully, but these errors were encountered: