Remove DataColumnInfo
#6572
Labels
das
Data Availability Sampling
database
optimization
Something to make Lighthouse run more efficiently.
Description
In #6559 were going ahead and removing
BlobInfo
. Its a bit of a pain to manage as it requires us to make an atomic transaction across two separate databases. Instead we're going to just iterate across the full blob db and prune blobs past the data availability window (additional info can be found in the linked issue)I'd like to do the same for
DataColumnInfo
. Unless theres some additional need for this table that I'm unaware of, I'd like to go ahead and remove it.The text was updated successfully, but these errors were encountered: