facebook / mysql-5.6

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

create secondary index needs attention #1318

Open mdcallag opened 1 year ago

mdcallag commented 1 year ago

My requests:

My focus is on creating a secondary index -- alter table add index ...

Questions I have include:

From experiments, the rocksdb_bulk_load* options have no impact and the bulk load approach is always used.