Re: [Maria-discuss] Creating Custom Storage Engine

2016-07-19 Thread Daniel Black
On 20/07/16 14:31, Jonathan Ellithorpe wrote: > Follow-up: I see in the blog pointed to by Daniel mentioned an SE for > Cassandra so I take it the answer is yes? Does anyone have > experience with this / know if anything "extra" must be done to make > that work? It falls to the responsibil

Re: [Maria-discuss] Creating Custom Storage Engine

2016-07-19 Thread Jonathan Ellithorpe
Follow-up: I see in the blog pointed to by Daniel mentioned an SE for Cassandra so I take it the answer is yes? Does anyone have experience with this / know if anything "extra" must be done to make that work? Jonathan On Tue, Jul 19, 2016 at 9:23 PM Jonathan Ellithorpe wrote: > Thanks for t

Re: [Maria-discuss] Creating Custom Storage Engine

2016-07-19 Thread Jonathan Ellithorpe
Thanks for the references! That helps a lot One other question I have is: can MariaDB work in a distributed fashion? To be more clear, the storage backend I'm developing is distributed, like Cassandra, and I would like to deploy many MariaDB instances that all access the same storage cluster. Can

Re: [Maria-discuss] Creating Custom Storage Engine

2016-07-19 Thread Kim Ebert
Typo: It does*n't* support indexes. On 07/19/2016 09:48 PM, Kim Ebert wrote: I struggled to find good examples / blogs of creating a storage engine. I used the MySQL references the most for developing a storage engine. https://dev.mysql.com/doc/internals/en/ https://dev.mysql.com/doc/internal

Re: [Maria-discuss] Creating Custom Storage Engine

2016-07-19 Thread Kim Ebert
I struggled to find good examples / blogs of creating a storage engine. I used the MySQL references the most for developing a storage engine. https://dev.mysql.com/doc/internals/en/ https://dev.mysql.com/doc/internals/en/custom-engine.html Here is a Python Engine I've worked on. It does support

Re: [Maria-discuss] Creating Custom Storage Engine

2016-07-19 Thread Daniel Black
http://www.codeproject.com/Articles/1107279/Writing-a-MySQL-storage-engine-from-scratch is also a recent blog. Was written with MySQL rather than MariaDB in mind however there are probably lots of common concepts. On 19/07/16 20:00, Sergei Golubchik wrote: > Hi, Jonathan! > > On Jul 18, Jonathan

Re: [Maria-discuss] Creating Custom Storage Engine

2016-07-19 Thread Sergei Golubchik
Hi, Jonathan! On Jul 18, Jonathan Ellithorpe wrote: > Hi All, > > I searched around but couldn't find documentation / tutorials on creating a > custom storage backend for MariaDB. Could anyone point me in the right > direction? Storage engine examples in the source tree. "MySQL 5.1 Plugin Develo

Re: [Maria-discuss] Key lengths for file_key_management plugin

2016-07-19 Thread Sergei Golubchik
Hi, Honza! On Jul 19, Honza Horak wrote: > On 07/15/2016 11:31 AM, Sergei Golubchik wrote: > > > > On Jul 14, Honza Horak wrote: > >> I've asked directly in the documentation page, but maybe someone will > >> know answer here: > >> https://mariadb.com/kb/en/mariadb/data-at-rest-encryption/#comment

[Maria-discuss] Creating Custom Storage Engine

2016-07-19 Thread Jonathan Ellithorpe
Hi All, I searched around but couldn't find documentation / tutorials on creating a custom storage backend for MariaDB. Could anyone point me in the right direction? Thanks, Jonathan ___ Mailing list: https://launchpad.net/~maria-discuss Post to : m

Re: [Maria-discuss] Key lengths for file_key_management plugin

2016-07-19 Thread Honza Horak
On 07/15/2016 11:31 AM, Sergei Golubchik wrote: Hi, Honza! On Jul 14, Honza Horak wrote: I've asked directly in the documentation page, but maybe someone will know answer here: https://mariadb.com/kb/en/mariadb/data-at-rest-encryption/#comment_2346 In that article it is said that 128, 192 or 2