Any #tiledb #scRNA users out there?
I am ingesting data from an `h5ad` file into a soma with `tiledbsoma.io.from_h5ad` (#python API).
Does this function load the entire h5ad into memory before conversion? Python keeps crashing which I am guessing are OOO issues. If yes, is there another option to do this conversion without loading the data in memory?
It would be strange if the only option is to load the whole thing into memory considering how massive scRNA datasets are these days.


