MariaDB storage engine based on TileDB
Requires MariaDB 10.2 or newer. It is untested on older versions.
The first is inside a MariaDB source tree (recommended).
git clone [email protected]:MariaDB/server.git -b 10.2
cd server
git submodule add https://github.com/Shelnutt2/MyTile.git storage/mytile
mkdir build && cd build
cmake ..
make -j4
- Based on TileDB's Key-Value store
- No write locking due to TileDB's eventual consistency model
- Geometry is not supported #6