Searched refs:hints (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/memtable/ |
| D | inlineskiplist_test.cc | 235 void* hints[S]; in TEST_F() local 238 hints[i] = nullptr; in TEST_F() 244 InsertWithHint(&list, key, &hints[s]); in TEST_F() 256 void* hints[S]; in TEST_F() local 258 hints[i] = nullptr; in TEST_F() 263 InsertWithHint(&list, key, &hints[s]); in TEST_F() 279 void* hints[S1]; in TEST_F() local 281 hints[i] = nullptr; in TEST_F() 303 InsertWithHint(&list, key, &hints[s]); in TEST_F()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2018-02-05-rocksdb-5-10-2-released.markdown | 13 * Provide lifetime hints when writing files on Linux. This reduces hardware write-amp on storage de…
|
| D | 2014-04-21-indexing-sst-files-for-better-lookup-performance.markdown | 24 …allest 300. Even though, we couldn't find key on level 1, we have derived hints that target key is…
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 5724 addrinfo hints; in MakeConnection() local 5725 memset(&hints, 0, sizeof(hints)); in MakeConnection() 5726 hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses. in MakeConnection() 5727 hints.ai_socktype = SOCK_STREAM; in MakeConnection() 5733 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 166 …WriteOptions. If it is true, each WriteBatch will maintain its own insert hints for each memtable … 542 * Provide lifetime hints when writing files on Linux. This reduces hardware write-amp on storage de…
|