OpenTSDB: Scalable time-series database
GitHub: https://github.com/OpenTSDB/opentsdb.net
Docs: http://opentsdb.net/manual.html
What's OpenTSDB?
OpenTSDB is a distributed, scalable Time Series Database (TSDB) written on top of HBase. OpenTSDB was written to address a common need: store, index and serve metrics collected from computer systems (network gear, operating systems, applications) at a large scale, and make this data easily accessible and graphable.
Thanks to HBase's scalability, OpenTSDB allows you to collect many thousands of metrics from thousands of hosts and applications, at a high rate (every few seconds). OpenTSDB will never delete or downsample data and can easily store billions of data points. As a matter of fact,StumbleUpon uses it to keep track of hundred of thousands of time series and collects over 1 billion data points per day in their main production datacenter. Other sites such asBox orTumblr are pushing tens of billions of data points per day.
Imagine having the ability to quickly plot a graph showing the number ofDELETE
statements going to your MySQL database along with the number of slow queries and temporary files created, and correlate this with the 99th percentile of your service's latency. OpenTSDB makes generating such graphs on the fly a trivial operation, while manipulating millions of data point for very fine grained, real-time monitoring.
'프로그래밍 > DataBase' 카테고리의 다른 글
[DB] transaction, commit, rollback (0) | 2014.02.12 |
---|---|
[DB] COMPUTE BY 는 group by와 다르다. 리스트와 결과를 볼 수 있다. (0) | 2013.12.31 |
[DB] RocksDB: Persistent key-value store for fast storage http://ow.ly/2BzPfY (0) | 2013.11.20 |
[MSSQL] getdate()에 1초 더하기 (0) | 2013.11.08 |
[NoSql] NoSql 활용 - 특징 (0) | 2013.11.05 |