I would like the ability to declare a table as a disk table, where disk tables are cheaper, with higher limits, but may have higher access latency:
#[table(accessor = foobar, storage = disk)]
struct Foobar {
id: u64
}
Requested by @cloutiertyler via the SpacetimeDB site.
I would like the ability to declare a table as a disk table, where disk tables are cheaper, with higher limits, but may have higher access latency:
Requested by @cloutiertyler via the SpacetimeDB site.