Jake Bolewski

Results 42 issues of 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...

feature request

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).

enhancement

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...

enhancement
performance

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...

enhancement
s3
vfs

`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.

feature request
types

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: *...

Linux
OSX
TBB

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...

API breakage

these are no longer needed for performance and should not be supported by a public api

enhancement

Solves the ND-Sparse representation issue

enhancement