greenlion / warp

WarpSQL Server, an open source OLAP focused distribution of the world's most popular open source database bundled with OLAP performance related plugins such as the WARP storage engine..
http://warpsql.blog
Other
42 stars 2 forks source link

Is it in roadmap to support a write method that bypasses the interpreter like innodb-memcached? #2

Open ethanbrooks opened 4 years ago

ethanbrooks commented 4 years ago

This has been a handy way to persist realtime data like logs/stat states. I have made good use of it in telecom with CDR data. https://dev.mysql.com/doc/refman/8.0/en/innodb-memcached.html

greenlion commented 4 years ago

I am toying with the idea of allowing insertions into tables by appending to files on WarpFS but not a specific daemon interface like memcached