Skip to content

Commit

Permalink
add dirty data flush
Browse files Browse the repository at this point in the history
  • Loading branch information
gangliao committed Mar 1, 2022
1 parent 09d1696 commit 7e84464
Show file tree
Hide file tree
Showing 25 changed files with 81 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@
- [x] [Scalability](scalability)
- [x] [Multi-partition Transactions](multi_partition_txns)
- [x] [Hotspot Mitigation](hotspot_mitigation)
- [x] [Disaster Recovery](disaster_recovery)
- [x] [Disaster Recovery](disaster_recovery)

## The Impact of Database Systems

- [x] [Cache Misses](dbs_cache_misses)
- [x] [Dirty Data Flush Penalty](dirty_data_flush_penalty)
13 changes: 13 additions & 0 deletions dbs_cache_misses/dbs_cache_miss.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
label,Category,latency,throughput,,
0%,VoltDB,15,6865
0%,Apache Ignite,15,6759
1%,VoltDB,15,6746
1%,Apache Ignite,15,6472
5%,VoltDB,17,5742
5%,Apache Ignite,18,5648
10%,VoltDB,24,4242
10%,Apache Ignite,19,5373
20%,VoltDB,32,3214
20%,Apache Ignite,21,4705
30%,VoltDB,44,2265
30%,Apache Ignite,25,3964
Binary file not shown.
Binary file not shown.
Binary file added dbs_cache_misses/dbs_cache_miss.dgraph/Columns.plist
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions dbs_cache_misses/dbs_cache_miss.dgraph/Contents/PkgInfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DGDcDtPl
12 changes: 12 additions & 0 deletions dbs_cache_misses/dbs_cache_miss.dgraph/FileInfo.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Build</key>
<integer>57</integer>
<key>Time Stamp</key>
<real>1632407119.377434</real>
<key>UUID</key>
<string>3E3E7A52-A06A-4AB6-A2FC-1526BCA3BDB6</string>
</dict>
</plist>
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions dbs_cache_misses/dbs_cache_miss.dgraph/Spotlight.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Labels</key>
<string>Cache Miss Rate
Latency (sec)
Throughput
</string>
<key>Text</key>
<string></string>
</dict>
</plist>
Binary file added dbs_cache_misses/dbs_cache_miss.pdf
Binary file not shown.
11 changes: 11 additions & 0 deletions dirty_data_flush_penalty/dirty_data_penalty.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
label,Category,latency,,
10,VoltDB,0.03
10,Apache Ignite,0.018
100,VoltDB,0.102
100,Apache Ignite,0.060
1000,VoltDB,0.666
1000,Apache Ignite,0.269
10000,VoltDB,7.10
10000,Apache Ignite,2.78
100000,VoltDB,70.512
100000,Apache Ignite,21.818
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DGDcDtPl
12 changes: 12 additions & 0 deletions dirty_data_flush_penalty/dirty_data_penalty.dgraph/FileInfo.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Build</key>
<integer>57</integer>
<key>Time Stamp</key>
<real>1632407248.2410979</real>
<key>UUID</key>
<string>3E3E7A52-A06A-4AB6-A2FC-1526BCA3BDB6</string>
</dict>
</plist>
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions dirty_data_flush_penalty/dirty_data_penalty.dgraph/Spotlight.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Labels</key>
<string># Dirty INodes
Latency (sec)
</string>
<key>Text</key>
<string></string>
</dict>
</plist>
Binary file added dirty_data_flush_penalty/dirty_data_penalty.pdf
Binary file not shown.

0 comments on commit 7e84464

Please sign in to comment.