Commit Graph

51 Commits (3dc3d1c144da8a240892583e68880c74be4df0cd)

Author SHA1 Message Date
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Andrew Kryczka 284aa613a7 Eliminate duplicated property constants 9 years ago
Nathan Bronson 7d87f02799 support for concurrent adds to memtable 9 years ago
sdong d72b31774e Slowdown when writing to the last write buffer 9 years ago
sdong 56e77f0967 Deprecate options.soft_rate_limit and add options.soft_pending_compaction_bytes_limit 9 years ago
Yueh-Hsuan Chiang ad471453e8 Allow GetProperty to report the number of currently running flushes / compactions. 9 years ago
Yueh-Hsuan Chiang 2b925ccb43 Correct the comments in db/internal_stats.h 9 years ago
sdong 5de807ac16 Add options.hard_pending_compaction_bytes_limit to stop writes if compaction lagging behind 9 years ago
Ari Ekmekji 03ddce9a01 Add counters for L0 stall while L0-L1 compaction is taking place 9 years ago
Yueh-Hsuan Chiang 6996de87af Expose per-level aggregated table properties via GetProperty() 9 years ago
sdong 07d2d34160 Add a counter about estimated pending compaction bytes 9 years ago
Islam AbdelRahman 027ca5b2cd Total SST files size DB Property 9 years ago
Yueh-Hsuan Chiang df79eafcb3 Introduce GetIntProperty("rocksdb.size-all-mem-tables") 9 years ago
sdong 72613657f0 Measure file read latency histogram per level 9 years ago
Andres Notzli 06aebca592 Report live data size estimate 9 years ago
Yueh-Hsuan Chiang bb1c74ce18 Fixed a bug of CompactionStats in multi-level universal compaction case 9 years ago
agiardullo c815351038 Support saving history in memtable_list 9 years ago
Mark Callaghan 944043d683 Add --wal_bytes_per_sync for db_bench and more IO stats 9 years ago
Yueh-Hsuan Chiang d2a056241a Fix a compilation error in ROCKSDB_LITE in db/internal_stats.h 9 years ago
sdong 0831a35994 Add a DB Property For Number of Deletions in Memtables 9 years ago
Mark Callaghan c8da670325 Stop printing per-level stall times. 9 years ago
Igor Canadi db03739340 options.level_compaction_dynamic_level_bytes to allow RocksDB to pick size bases of levels dynamically. 9 years ago
sdong d45a6a4002 Add rocksdb.num-live-versions: number of live versions 10 years ago
sdong 9132e52ea4 DB Stats Dump to print total stall time 10 years ago
sdong 73ee4febab Add comments about properties supported by DB::GetProperty() and DB::GetIntProperty() 10 years ago
sdong 1f04066cab Add DBProperty to return number of snapshots and time for oldest snapshot 10 years ago
Mark Callaghan 32a0a03844 Add Moved(GB) to Compaction IO stats 10 years ago
Yueh-Hsuan Chiang 274ba62707 Block internal_stats in ROCKSDB_LITE 10 years ago
sdong 2ea1219eb6 Fix RecordIn and RecordDrop stats 10 years ago
Igor Canadi 9f7fc3ac45 Turn on -Wshadow 10 years ago
sdong 240ed0cd7b Fix uninitialized parameter caused by D24513 10 years ago
sdong d755e53b87 Printing number of keys in DB Stats 10 years ago
Igor Canadi ee80fb4b4a Total memtables size counter 10 years ago
sdong 8ea232b9e3 Add number of records dropped in compaction summary 10 years ago
Stanislau Hlebik 9dcb75b6d9 Add is-file-deletions-enabled property 10 years ago
sdong 1242bfcad7 Add DB property "rocksdb.estimate-table-readers-mem" 10 years ago
sdong f04356e660 Add DB::GetIntProperty() to return integer properties to be returned as integers 10 years ago
sdong f6784766db Add DB property estimated number of keys 10 years ago
Lei Jin 7e8bb71dd0 InternalStats to take cfd on constructor 10 years ago
Lei Jin f6f1533c6f make internal stats independent of statistics 10 years ago
Lei Jin 46f0f6ddd5 improve InternalStats output 10 years ago
Lei Jin ef1aad97f9 fix one more internal_stats issue 10 years ago
sdong a570740727 Expose number of entries in mem tables to users 10 years ago
Haobo Xu a92194e5b2 [RocksDB] Add db property "rocksdb.cur-size-active-mem-table" 10 years ago
sdong 71e6a34271 Add a DB property to indicate number of background errors encountered 10 years ago
Kai Liu 1ec72b37b1 Several easy-to-add properties related to compaction and flushes 10 years ago
Igor Canadi f7489123e2 Move compaction picker and internal key comparator to ColumnFamilyData 11 years ago
Igor Canadi 3c0dcf0e25 InternalStatistics 11 years ago