-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Labels
3.2Target is 3.2 and all newer release/master branchesTarget is 3.2 and all newer release/master branchesperformanceregression
Description
Tarantool 1.10.15 loads a snapshot in 13 sec, while 2.11.6 and 3.4.0 spend 20 sec.
- The content of a snapshot doesn't matter, I guess.
- These numbers include only snapshot loading, the build of indexes is not accounted.
- Page cache was invalidated before each run (
sync; echo 1 > /proc/sys/vm/drop_caches). - Note that the regression is exposed only on SSD.
For HDD the numbers are opposite (30 sec for 1.10.15, and 22 sec for 2.11.6).
The improvement on HDD is caused by the increased XLOG_READ_AHEAD.
See also:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3.2Target is 3.2 and all newer release/master branchesTarget is 3.2 and all newer release/master branchesperformanceregression