| /rocksdb-6.9/table/ |
| D | table_properties.cc | 98 AppendProperty(result, "data block size", data_size, prop_delim, kv_delim); in ToString() 115 data_size + index_size + filter_size, prop_delim, kv_delim); in ToString() 175 data_size += tp.data_size; in Add()
|
| D | meta_blocks.cc | 76 Add(TablePropertiesNames::kDataSize, props.data_size); in AddTableProperty() 237 {TablePropertiesNames::kDataSize, &new_table_properties->data_size}, in ReadProperties()
|
| D | table_test.cc | 1384 props.data_size); in TEST_P() 4279 uint64_t data_block_size = props->data_size / props->num_data_blocks; in TEST_P() 4281 ASSERT_EQ(props->data_size, data_block_size * props->num_data_blocks); in TEST_P()
|
| /rocksdb-6.9/tools/advisor/test/input_files/ |
| D | LOG-1 | 10 …eation", "file_number": 10, "file_size": 1890434, "table_properties": {"data_size": 1876749, "inde… 15 …eation", "file_number": 23, "file_size": 1893200, "table_properties": {"data_size": 1879460, "inde… 20 …eation", "file_number": 84, "file_size": 1890780, "table_properties": {"data_size": 1877100, "inde…
|
| D | LOG-0 | 10 …eation", "file_number": 10, "file_size": 1890434, "table_properties": {"data_size": 1876749, "inde… 15 …eation", "file_number": 23, "file_size": 1893200, "table_properties": {"data_size": 1879460, "inde… 20 …eation", "file_number": 84, "file_size": 1890780, "table_properties": {"data_size": 1877100, "inde…
|
| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_pysim_test.py | 34 data_size = 10000 35 for i in range(data_size): 37 for i in range(data_size): 39 for i in range(data_size): 41 for i in range(data_size):
|
| /rocksdb-6.9/db/ |
| D | db_properties_test.cc | 166 tp->data_size = 0; in ResetTableProperties() 194 &dummy_double, &tp->raw_value_size, &dummy_double, &tp->data_size, in ParseTablePropertiesString() 218 VerifySimilar(base_tp.data_size, new_tp.data_size, data_size_bias); in VerifyTableProperties() 260 expected_tp->data_size = in GetExpectedTableProperties() 573 sum_tp.data_size += level_tps[level].data_size; in TEST_F() 588 ASSERT_EQ(sum_tp.data_size, tp.data_size); in TEST_F()
|
| D | memtable.h | 63 uint64_t data_size = 0; member 281 data_size_.fetch_add(update_counters.data_size, std::memory_order_relaxed); in BatchPostProcess()
|
| D | memtable.cc | 467 uint64_t data_size = data_size_.load(std::memory_order_relaxed); in ApproximateStats() local 468 return {entry_count * (data_size / n), entry_count}; in ApproximateStats() 561 post_process_info->data_size += encoded_len; in Add()
|
| D | event_helpers.cc | 89 jwriter << "data_size" << table_properties.data_size << "index_size" in LogAndNotifyTableFileCreationFinished()
|
| D | listener_test.cc | 225 ASSERT_GT(info.table_properties.data_size, 0U); in OnTableFileCreated() 755 ASSERT_GT(info.table_properties.data_size, 0U); in OnTableFileCreated()
|
| /rocksdb-6.9/utilities/persistent_cache/ |
| D | block_cache_tier_file.cc | 137 const char* data, const size_t data_size) { in Append() argument 141 size_t size = data_size; in Append()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | table_properties.h | 146 uint64_t data_size = 0;
|
| /rocksdb-6.9/db_stress_tool/ |
| D | db_stress_listener.h | 72 assert(info.table_properties.data_size > 0 || in OnTableFileCreated()
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_job_stats_test.cc | 548 uint64_t data_size = in EstimatedFileSize() local 553 return data_size + kFooterSize in EstimatedFileSize() 555 + data_size * (key_size + 8) / block_size; // index block in EstimatedFileSize()
|
| /rocksdb-6.9/java/rocksjni/ |
| D | write_batch.cc | 501 auto data_size = wb->GetDataSize(); in Java_org_rocksdb_WriteBatch_getDataSize() local 502 return static_cast<jlong>(data_size); in Java_org_rocksdb_WriteBatch_getDataSize()
|
| D | portal.h | 6101 static_cast<jlong>(table_properties.data_size), in fromCppTableProperties()
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_builder.cc | 192 properties_.data_size = offset_; in Finish()
|
| D | plain_table_reader.cc | 110 static_cast<uint32_t>(table_properties->data_size)), in PlainTableReader()
|
| /rocksdb-6.9/table/cuckoo/ |
| D | cuckoo_table_builder.cc | 324 properties_.data_size = offset; in Finish()
|
| D | cuckoo_table_builder_test.cc | 104 ASSERT_EQ(props->data_size, expected_unused_bucket.size() * in CheckFileContents()
|
| /rocksdb-6.9/tools/ |
| D | sst_dump_tool.cc | 744 total_data_block_size += table_properties->data_size; in Run()
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_builder.cc | 715 r->props.data_size = r->offset; in WriteBlock()
|
| D | block_based_table_reader.cc | 2919 result = rep_->table_properties->data_size; in ApproximateOffsetOf()
|