single-cell-data / TileDB-SOMA

Python and R SOMA APIs using TileDB’s cloud-native format. Ideal for single-cell data at any scale.
https://tiledbsoma.readthedocs.io
MIT License
84 stars 25 forks source link

[c++] Improve default buffer size #2682

Closed johnkerl closed 3 months ago

johnkerl commented 3 months ago

The soma.init_buffer_bytes is, of course, broadly variable. Regimes include small (CI), medium (broadly available laptops), and large (custom servers, larger cloud instances). The current CI config is small. Make it default to medium.

The default is a dramatic improvement on tiledbsoma.io.to_anndata. Moving from small to medium is worth doing.

[sc-48488]