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 vshard test
functions use naive mergers, but 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 fc249e9
Showing 1 changed file with 443 additions and 29 deletions.
Loading

0 comments on commit fc249e9

Please sign in to comment.