Files
scylladb/utils
Tomasz Grabiec 9f957f1cf9 sstables: Cache partition index pages in LSA and link to LRU
As part of this change, the container for partition index pages was
changed from utils::loading_shared_values to intrusive_btree. This is
to avoid reactor stalls which the former induces with a large number
of elements (pages) due to its use of a hashtable under the hood,
which reallocates contiguous storage.
2021-07-02 19:02:14 +02:00
..
2021-07-02 19:02:14 +02:00
2017-04-17 23:03:15 +03:00
2021-07-02 19:02:13 +02:00
2021-07-02 19:02:13 +02:00
2021-07-02 19:02:13 +02:00
2021-07-02 10:25:58 +02:00
2021-06-16 17:47:10 +03:00