Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bigtable/bttest): make table gc release memory
We had a problem where we were unable to run the emulator for extended periods in dev environments without giving it huge amounts of RAM, even if we had quite aggressive GC policies applied to the tables. This fixes that by making GC delete empty rows and columns.
- Loading branch information