lancedb / lance

Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, and PyTorch with more integrations coming..
https://lancedb.github.io/lance/
Apache License 2.0
3.98k stars 228 forks source link

Epic: Finish off merge insert functionality #2022

Open westonpace opened 9 months ago

westonpace commented 9 months ago

We have some basic merge insert functionality in lance today. Other databases have more sophisticated capabilities. Perhaps the most extensive and well documented is the "merge into" from SQL server. This issue will keep track of the various things that aren't yet implemented in our version.

mutecamel commented 3 months ago

merge_insert is one of the reasons I switch to Lance and LanceDB. Thank you for your hard work!