Skip to content

Big-Ele/insertbuffer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InsertBuffer is an asynchronous queue in front of a MySQL server.  It's
designed to buffer high volume INSERT statements to work around temporary
I/O bottlenecks.

Requires Python 2.7, MySQL-Python and pysignalfd (provided as a Git
submodule).  Run `make boot' if you have virtualenv installed.

(Note that insertbufferd.py and insertbuffer.php are licensed under
different terms; the former is GPL and the latter is MIT.)

About

Asynchronous INSERT queue for MySQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.6%
  • PHP 27.0%
  • Makefile 4.4%