Skip to content

feat: add batch insert and search#74

Open
Arshdeep54 wants to merge 1 commit intorefactorfrom
batch-insert
Open

feat: add batch insert and search#74
Arshdeep54 wants to merge 1 commit intorefactorfrom
batch-insert

Conversation

@Arshdeep54
Copy link
Copy Markdown
Contributor

No description provided.

@Arshdeep54 Arshdeep54 force-pushed the batch-insert branch 2 times, most recently from d53524a to c0ffbe6 Compare March 23, 2026 21:52
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
pub struct Point {
pub id: PointId,
pub id: Option<PointId>,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't id be necessary in a Point? what does a point with None id signify?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While inserting (mostly in batch inserts), the user may not provide an id. In that case, the server generates an 'id` for that.

Signed-off-by: Arshdeep54 <balarsh535@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants