goncalotomas / FMKe

🛠️ Realistic benchmark for key value stores
Other
23 stars 8 forks source link

Script that selects data store is always writing to disk #107

Closed goncalotomas closed 7 years ago

goncalotomas commented 7 years ago

scripts/config/set_data_store.sh is always replacing the value of the whatever driver is configured. This is not ideal, especially if people use SSDs in their computers.

This script should check if the configured driver is correct and not perform any replacements in that case.