-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add README.md for java module #3302
base: main
Are you sure you want to change the base?
Conversation
Hi, @wjones127 Merry Christmas! Wish you have a nice holiday. I drafted a previewable outline. Can you give some suggestions when you have time? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good starting point
1. Is order of magnitude faster than parquet for point queries and nested data structures common to DS/ML | ||
2. Comes with a fast vector index that delivers sub-millisecond nearest neighbors search performance | ||
3. Is automatically versioned and supports lineage and time-travel for full reproducibility | ||
4. Integrated with duckdb/pandas/polars already. Easily convert from/to parquet in 2 lines of code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Is order of magnitude faster than parquet for point queries and nested data structures common to DS/ML | |
2. Comes with a fast vector index that delivers sub-millisecond nearest neighbors search performance | |
3. Is automatically versioned and supports lineage and time-travel for full reproducibility | |
4. Integrated with duckdb/pandas/polars already. Easily convert from/to parquet in 2 lines of code | |
1. It is an order of magnitude faster than Parquet for point queries and nested data structures common to DS/ML | |
2. It comes with a fast vector index that delivers sub-millisecond nearest neighbor search performance | |
3. It is automatically versioned and supports lineage and time-travel for full reproducibility | |
4. It is integrated with duckdb/pandas/polars already. Easily convert from/to Parquet in 2 lines of code |
Minor grammar nits
</dependency> | ||
``` | ||
|
||
### Basic I/Os |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Basic I/Os | |
### Basic I/O |
No description provided.