You are here
Round-Robin Database Storage Engine (RRD)
    
    
          Sat, 2007-03-03 13:29 — Shinguz
    
  	
  	    	
    
    	    
	  
	
 
In a round-robin database (RRD) usually time-series data like network bandwidth, temperatures, CPU load etc. is stored. The data is stored in the way that system storage footprint remains constant over time. This avoids resource expensive purge jobs and reduces complexity.

MySQL does NOT yet provide this kind of storage engine. Although some people were thinking about and some prototypes exists.
Nevertheless in this paper it is shown how you can build your own RRD tables: Round-Robin Database Storage Engine (RRD) (PDF 242 kbyte).
Taxonomy upgrade extras: 
- Shinguz's blog
- Log in or register to post comments
 
      



Comments
Is RethinkDB a possible solution for RRD SE?