qbeast-spark icon indicating copy to clipboard operation
qbeast-spark copied to clipboard

Remove .compact() operation and discuss interaction between optimize and replication

Open osopardo1 opened this issue 8 months ago • 0 comments

As discussed in issue #294 , we should remove the compact() operation from the QbeastTable API.

Also, right now replication is out of the scope. (See issue #282 ) But tests keep treating the optimize operation as the replication of the index.

We should understand if it's necessary to englobe everything in the same interface or if we can split between:

QbeastTable.optimize()
QbeastTable.replicate()
QbeastTable.analyze()

osopardo1 avatar Jun 19 '24 08:06 osopardo1