ooici / coverage-model

BSD 2-Clause "Simplified" License
2 stars 9 forks source link

Data retrieval performance improvements #198

Open caseybryant opened 10 years ago

caseybryant commented 10 years ago

Data retrieval speeds need to be improved using a combination of db query and data storage container defragmentation.

caseybryant commented 10 years ago

Test performance differences between in-db data storage and local file-based storage. Use the most performant storage method.

caseybryant commented 10 years ago

Test different data compression mechanisms for performance and data-size.

caseybryant commented 10 years ago

Defragementation logic is implemented, but direction is needed for kicking off a defragmentation task. Logic works as-is, but defragmentation will improve performance.