solana-bigtable icon indicating copy to clipboard operation
solana-bigtable copied to clipboard

Results 5 solana-bigtable issues
Sort by recently updated
recently updated
newest added

Hello, What are the columns and datatypes in BigTable for the tables `blocks`, `tx` and tx-by-addr`? Only the column families are stated in the README. For context, I am trying...

Hello, my BigTable instance is storing more than 1 year of data. The cost is increasing and we don't need that much. Is it possible and supported to cleanup old...

![55](https://user-images.githubusercontent.com/107679770/200991906-5dfc46c5-36cd-4ce6-916d-6b42f6cd554c.png) After following the github configuration steps and running "./warehouse.sh ", It is found that the return value of this command is not 0 ![11](https://user-images.githubusercontent.com/107679770/200989898-5409e6c0-65b5-40f3-b73d-86ab060d5662.png) I checked the error, The/configure-metrical....

[This commit](https://github.com/solana-labs/solana-bigtable/commit/df6f37fe5b40f9e57f2da623d2f730e51eba69d2) introduced stable numerical sorting in `get_latest_snapshot()` but it doesn't seem to be working as it should. Given this directory's content: ``` root@solana1:/opt/solana-bigtable# find /mnt/data/snapshots -name snapshot-\*.tar\* /mnt/data/snapshots/snapshot-131873380-7cQMZQPjxzmfYhCB5xbH8atKGoUdcQTVm3fvKojpThyf.tar.zst /mnt/data/snapshots/snapshot-131847476-zzqcB1f36J8SvyeWTKd7Sns6Z2sYJJZbEAb6TmDbGdk.tar.zst...

Adding car generation to warehouse scripts.