- Prefix range query read performance
- Write performance
- Insert 10 million random records with the following structure
- key: address+integer+integer
- value: transaction hash
- Generating skewed data
- Mimicking the total number of transactions on ethereum
- 2^0 + 2^1 + .... + 2^29
- For each two power value, equal number of entries will be created with the same address
- Exposing a metrics api
- Tracks time writes for each address
- Tracks time for reads for each address