Skip to content

Commit

Permalink
tests: compare crud and vshard performance
Browse files Browse the repository at this point in the history
This patch adds new cases for performance tests: select for equal
conditions for primary and secondary indexes (including known bucket_id
case from #220), and adds corresponding vshard test cases to compare
performance. Comparison may be not exactly precise since approaches to
vshard stored procedures may vary, but it should at least estimate basic
differences.

Test run on HP ProBook 440 G7 i7/16Gb/256SSD shows that CRUD module is
3-6 times slower than vshard calls for prepared functions for select and
1.6 times slower for insert.

Closes #225
  • Loading branch information
DifferentialOrange committed Mar 4, 2022
1 parent da8ed33 commit 3c53164
Showing 1 changed file with 448 additions and 29 deletions.

0 comments on commit 3c53164

Please sign in to comment.