You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit of a wishlist item, but it would be nice if we could query the sstables as a virtual SQL table. The various sstable properties could be exposed through this same interface.
Current Progress So Far:
add approximateSpanBytes row on cockroach side
add WithApproximateSpanBytes filter option on pebble side
create set generating function (cockroach)
figure out iterator structure to display rows (cockroach)
make RPC request to retrieve information from Pebble (cockroach)
This is a bit of a wishlist item, but it would be nice if we could query the sstables as a virtual SQL table. The various sstable properties could be exposed through this same interface.
Current Progress So Far:
approximateSpanBytesrow on cockroach sideWithApproximateSpanBytesfilter option on pebble sideJira issue: CRDB-27555