OpenTSDB / tcollector

Data collection framework for OpenTSDB
http://opentsdb.net
GNU Lesser General Public License v3.0
513 stars 359 forks source link

Re-create sqlite index after table drop #361

Closed bcharron closed 7 years ago

bcharron commented 7 years ago

When the zabbix_cache table gets dropped (after $dbrefresh cache misses), so does the index. Even if the table is in RAM, performance slows to a crawl without the index.