Commit Graph

66 Commits (d616ebea23fa88cb9c2c8588533526a566d9cfab)

Author SHA1 Message Date
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Tomas Kolda 04d58970cb AIX and Solaris Sparc Support 7 years ago
Siying Dong c49d704656 Add DB:ResetStats() 7 years ago
Siying Dong 8f47a97512 File level histogram should be printed per CF, not per DB 7 years ago
Islam AbdelRahman c50e3750dc Use a human readable size for level report 7 years ago
Siying Dong 67d7623794 Expose the stalling information through DB::GetProperty() 7 years ago
Maysam Yabandeh c4a37dcb44 Print the missed last layer in cfstats 7 years ago
Siying Dong 438f22bc56 Fix bug of Checkpoint loses recent transactions with 2PC 8 years ago
Maysam Yabandeh 361010d447 Exporting compaction stats in the form of a map 8 years ago
Islam AbdelRahman abc0ae462b Add AddFile() InternalStats for Total files/L0 files/total keys ingested 8 years ago
Islam AbdelRahman 30a24f2d3d Add InternalStats and logging for AddFile() 8 years ago
sdong 7b78d623f7 Shouldn't report default column family's compaction stats as DB compaction stats 8 years ago
Andrew Kryczka 73a847ef89 Add per-level compression ratio property 8 years ago
sdong 294bdf9ee2 Change Property name from "rocksdb.current_version_number" to "rocksdb.current-super-version-number" 8 years ago
sdong 432f3adf2c Add DB Property "rocksdb.current_version_number" 8 years ago
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 9 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