continuwuity/src/database/map
Jason Volk 96e85adc32 use cache builder for row and table cache options
add cache check using multi-get path

Signed-off-by: Jason Volk <jason@zemos.net>
2025-01-20 04:48:47 +00:00
..
contains.rs apply new rustfmt.toml changes, fix some clippy lints 2024-12-15 01:00:41 -05:00
count.rs offload remaining db iterator initial seeks on cache miss 2025-01-01 23:28:01 -05:00
get.rs use cache builder for row and table cache options 2025-01-20 04:48:47 +00:00
get_batch.rs use cache builder for row and table cache options 2025-01-20 04:48:47 +00:00
insert.rs rename conduit to conduwuit finally 2024-12-14 22:24:45 -05:00
keys.rs simplify iterator state constructor arguments 2025-01-10 07:03:34 +00:00
keys_from.rs simplify iterator state constructor arguments 2025-01-10 07:03:34 +00:00
keys_prefix.rs offload remaining db iterator initial seeks on cache miss 2025-01-01 23:28:01 -05:00
open.rs refactor database engine/options; add column descriptors 2025-01-10 07:03:34 +00:00
options.rs refactor database engine/options; add column descriptors 2025-01-10 07:03:34 +00:00
remove.rs rename conduit to conduwuit finally 2024-12-14 22:24:45 -05:00
rev_keys.rs simplify iterator state constructor arguments 2025-01-10 07:03:34 +00:00
rev_keys_from.rs simplify iterator state constructor arguments 2025-01-10 07:03:34 +00:00
rev_keys_prefix.rs offload remaining db iterator initial seeks on cache miss 2025-01-01 23:28:01 -05:00
rev_stream.rs simplify iterator state constructor arguments 2025-01-10 07:03:34 +00:00
rev_stream_from.rs simplify iterator state constructor arguments 2025-01-10 07:03:34 +00:00
rev_stream_prefix.rs offload remaining db iterator initial seeks on cache miss 2025-01-01 23:28:01 -05:00
stream.rs simplify iterator state constructor arguments 2025-01-10 07:03:34 +00:00
stream_from.rs simplify iterator state constructor arguments 2025-01-10 07:03:34 +00:00
stream_prefix.rs offload remaining db iterator initial seeks on cache miss 2025-01-01 23:28:01 -05:00