-
Notifications
You must be signed in to change notification settings - Fork 0
Rewrite operations of a client in register workload to SQL #31
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
Comments
ligurio
added a commit
that referenced
this issue
Oct 1, 2020
ligurio
added a commit
that referenced
this issue
Oct 1, 2020
- converted READ opeartion to an SQL command - converted WRITE operation to a custom SQL command UPSERT - added teardown with table remove Closes #31
ligurio
added a commit
that referenced
this issue
Oct 1, 2020
- converted READ opeartion to an SQL command - converted WRITE operation to a custom SQL command UPSERT - added teardown with table remove Closes #31
ligurio
added a commit
that referenced
this issue
Oct 1, 2020
- replace READ operation by a seq of SQL commands - replace WRITE operation by a Lua routine with UPSERT - added teardown with table remove Closes #31
ligurio
added a commit
that referenced
this issue
Oct 1, 2020
- replace READ operation by a seq of SQL commands - replace WRITE operation by a Lua routine with UPSERT - manage table in client's setup and teardown Closes #31
ligurio
added a commit
that referenced
this issue
Oct 2, 2020
- replace READ operation by a seq of SQL commands - replace WRITE operation by a Lua routine with native UPSERT and use it as an SQL command - manage table in client's setup and teardown Closes #31
ligurio
added a commit
that referenced
this issue
Oct 2, 2020
- replace READ operation by a sequence of SQL commands - replace WRITE operation by a Lua routine with native UPSERT and use it as an SQL command - manage table in client's setup and teardown Closes #31
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
register was a first experience in a jepsen testing it contains two operations (
write
andread
) written using Lua.Although both can be implemented using SQL.
https://github.com/tarantool/jepsen.tarantool/blob/master/src/tarantool/register.clj
https://github.com/tarantool/jepsen.tarantool/blob/master/src/tarantool/client.clj
https://github.com/tarantool/jepsen.tarantool/blob/master/resources/tarantool/jepsen.lua
The text was updated successfully, but these errors were encountered: