Skip to content
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

[DocDB] Implement insert into Vector LSM #24020

Closed
1 task done
spolitov opened this issue Sep 19, 2024 · 0 comments
Closed
1 task done

[DocDB] Implement insert into Vector LSM #24020

spolitov opened this issue Sep 19, 2024 · 0 comments
Assignees
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@spolitov
Copy link
Contributor

spolitov commented Sep 19, 2024

Jira Link: DB-12907

Description

Inserting batch of vectors into Vector LSM should happen in multiple threads.

Issue Type

kind/enhancement

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@spolitov spolitov added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage labels Sep 19, 2024
@spolitov spolitov self-assigned this Sep 19, 2024
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue labels Sep 19, 2024
spolitov added a commit that referenced this issue Sep 20, 2024
Summary:
Initial implementation of Vector LSM.

Introduces Vector LSM interface and some basic stubs.
Implements insert of vector batch in multiple thread.
Search implementation is incomplete.
Jira: DB-12907

Test Plan: Jenkins

Reviewers: mbautin, xCluster, hsunder

Reviewed By: mbautin

Subscribers: ybase

Tags: #jenkins-ready

Differential Revision: https://phorge.dev.yugabyte.com/D37877
foucher pushed a commit that referenced this issue Sep 23, 2024
Summary:
 ead90cc [#23645] docdb: Fix tests timing out on TSAN after 15786f3
 0a6a31e [doc] Fix BNL flag defaults (#23945)
 54793c8 [#22925] docdb: Persist tserver registry entries to sys catalog
 fbef568 [PLAT-15378][localProvider][dr] Deflake testDrConfigSetup local provider test
 64ac031 [#23978] xCluster: set up sequences_data stream(s) on target universe
 8d228a8 [#23923] YSQL: Fix DDL atomicity check failure
 903d793 [PLAT-15328] Configure cgroup for non rhel9 machines as part of provision
 Excluded: 5dc71ea [#23882] YSQL: Improve cache re-invalidation for alter table commands
 1e70024 [DOC-480] CDC metric description and voyager minor fixes (#24028)
 7a4b409 [#23700] CDCSDK: Use leader epoch instead of leader term in table removal bg task
 4d922ca [#23922] docdb: Handle colocated tablets correctly in tablet limit checks.
 487bc77 [PLAT-15158 Update replication frequency tooltip
 2059eee [#24001] docdb: Replace tablet in tablegroup manager on repartition of colocated table
 90d4e93 [#24020] DocDB: Vector LSM
 294b7bb [PLAT-14435]Fix args parsing in failure detection py script
 Excluded: 872b59e [#23542] YSQL: Add new YSQL function yb_servers_metrics() to fetch metrics such as cpu/memory usage from all nodes in cluster
 252717b [PLAT-12263] G-Flag upgrade fails for tmp_dir if Rolling restart used

Test Plan: Jenkins: rebase: pg15-cherrypicks

Reviewers: jason, jenkins-bot

Differential Revision: https://phorge.dev.yugabyte.com/D38266
@rthallamko3 rthallamko3 removed the status/awaiting-triage Issue awaiting triage label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

3 participants