-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datastore: disable compaction (fixes 2x memory issue) (#1535)
* disable compaction until we support batching * link * make it configurable
- Loading branch information
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baad9be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rust Benchmark
datastore/insert/batch/rects/insert
542755
ns/iter (± 7157
)544261
ns/iter (± 7746
)1.00
datastore/latest_at/batch/rects/query
1813
ns/iter (± 29
)1777
ns/iter (± 21
)1.02
datastore/latest_at/missing_components/primary
350
ns/iter (± 7
)351
ns/iter (± 4
)1.00
datastore/latest_at/missing_components/secondaries
417
ns/iter (± 7
)410
ns/iter (± 5
)1.02
datastore/range/batch/rects/query
143993
ns/iter (± 2633
)145353
ns/iter (± 2072
)0.99
mono_points_arrow/generate_message_bundles
43140743
ns/iter (± 1198148
)44933418
ns/iter (± 1628532
)0.96
mono_points_arrow/generate_messages
122067453
ns/iter (± 1456953
)122775580
ns/iter (± 1385766
)0.99
mono_points_arrow/encode_log_msg
149247724
ns/iter (± 1455404
)148283913
ns/iter (± 1577545
)1.01
mono_points_arrow/encode_total
317405627
ns/iter (± 2788648
)315642136
ns/iter (± 2493831
)1.01
mono_points_arrow/decode_log_msg
171066566
ns/iter (± 1615566
)173220112
ns/iter (± 1714685
)0.99
mono_points_arrow/decode_message_bundles
62717435
ns/iter (± 1014836
)63035296
ns/iter (± 844766
)0.99
mono_points_arrow/decode_total
235269855
ns/iter (± 3565675
)234241203
ns/iter (± 2478412
)1.00
batch_points_arrow/generate_message_bundles
320510
ns/iter (± 4271
)321353
ns/iter (± 5079
)1.00
batch_points_arrow/generate_messages
5975
ns/iter (± 109
)5982
ns/iter (± 90
)1.00
batch_points_arrow/encode_log_msg
355048
ns/iter (± 3889
)359440
ns/iter (± 4053
)0.99
batch_points_arrow/encode_total
697693
ns/iter (± 8053
)696682
ns/iter (± 8564
)1.00
batch_points_arrow/decode_log_msg
343191
ns/iter (± 3228
)341016
ns/iter (± 3062
)1.01
batch_points_arrow/decode_message_bundles
2025
ns/iter (± 29
)2024
ns/iter (± 31
)1.00
batch_points_arrow/decode_total
347596
ns/iter (± 3611
)349163
ns/iter (± 3289
)1.00
arrow_mono_points/insert
6003074553
ns/iter (± 23326006
)5968647020
ns/iter (± 17782098
)1.01
arrow_mono_points/query
1679289
ns/iter (± 25419
)1646371
ns/iter (± 22599
)1.02
arrow_batch_points/insert
2614748
ns/iter (± 25060
)2573089
ns/iter (± 30807
)1.02
arrow_batch_points/query
16198
ns/iter (± 237
)16294
ns/iter (± 269
)0.99
arrow_batch_vecs/insert
41160
ns/iter (± 556
)41311
ns/iter (± 586
)1.00
arrow_batch_vecs/query
485638
ns/iter (± 5398
)486457
ns/iter (± 6856
)1.00
tuid/Tuid::random
33
ns/iter (± 0
)33
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.