Home
last modified time | relevance | path

Searched refs:row_cache_key (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Dtable_cache.cc285 IterKey& row_cache_key) { in CreateRowCacheKeyPrefix() argument
311 row_cache_key.TrimAppend(row_cache_key.Size(), row_cache_id_.data(), in CreateRowCacheKeyPrefix()
313 AppendVarint64(&row_cache_key, fd_number); in CreateRowCacheKeyPrefix()
314 AppendVarint64(&row_cache_key, seq_no); in CreateRowCacheKeyPrefix()
323 ioptions_.row_cache->Lookup(row_cache_key.GetUserKey())) { in GetFromRowCache()
364 IterKey row_cache_key; in Get() local
371 CreateRowCacheKeyPrefix(options, fd, k, get_context, row_cache_key); in Get()
372 done = GetFromRowCache(user_key, row_cache_key, row_cache_key.Size(), in Get()
449 IterKey row_cache_key; in MultiGet() local
460 row_cache_key); in MultiGet()
[all …]
Dtable_cache.h211 GetContext* get_context, IterKey& row_cache_key);
215 bool GetFromRowCache(const Slice& user_key, IterKey& row_cache_key,