Weston Pace

Results 149 issues of Weston Pace

### SDK All (not just pytorch) ### Description The pytorch data loader integration for lance is quite popular and useful. However, it could use some [improvements](https://github.com/lancedb/lance/issues/3727) and it is limited...

enhancement

Several databases and data lakes support time travel which allows historical versions of a table to be queried. Regrettably, syntax and capabilities do not seem to be terribly consistent across...

The test covers 5 parameters (cache, k, nprobes, refine factor, dataset size) for a total of 64 tests. It takes ~3-4 minutes to run on my system. There are other...

python
chore

This should improve the performance of take operations. Closes https://github.com/lance-format/lance/issues/5069

performance

Currently the bitmap index just accumulates everything into a hashmap during training. If there are many unique values this can easily lead to OOM. We should spill on occasion to...

This is a minor simplification of the recently added map support. It does not add any functionality, only simplifies the code slightly. The current implementation creates a `StructuralMapEncoder` which mimics...

A work in progress potential scheduler rework. I think it'll need to wait until we experiment with I/O uring to see if it helps or not. Oddly it does not...

python
performance