Jake Bolewski
Jake Bolewski
Currently all attributes have to be defined when writing to a multi-attribute array for both dense and sparse. We should be able to relax this constraint for writes and be...
This would be a nice api addition for high level api's to check if the array is empty and to write if not (for re-running scripts in repl).
Currently we eagerly load all fragment metadata upon opening the array. For many operations you only want the information in the array schema, fragment loading should be lazy and only...
It would be useful when debugging performance / rate limit issues on S3 to be able to collect stats on the number of requests and types of requests. This will...
`TILEDB_BOOL_BIT` / `TILEDB_BOOL_BYTE` for capturing HL api's use of these two representations for boolean vectors / arrays. Internally we can cast to / from a fixed representation. Part of #70.
Using Python multiprocessing with Intel TBB causes issues (hanging) on Linux / OSX due to Multiprocessing using `fork` when spinning up a process pool. @tdenniston suggested the following fixes: *...
order='G' should go away, it's better to be encapsulated with higher level api's (that enforce tiling constraints / ordering) rather than be exposed directly to the user. Additionally the new...
these are no longer needed for performance and should not be supported by a public api