facebook / mysql-5.6

Facebook's branch of the Oracle MySQL database. This includes MyRocks.
http://myrocks.io
Other
2.49k stars 712 forks source link

Does MyRocks support R-tree index for spatial data? #1246

Open Change72 opened 2 years ago

Change72 commented 2 years ago

Hi, I am wondering does the rocksdb engine support R-tree index for spatial data. I recently worked on a project for spatial data.

I notice Mysql with Innodb or MyISAM engine supports R-tree on 8.0.12 or above. If available, which branch should I use?

Many thanks.