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

feat: show index size in index info table #222

Merged
merged 5 commits into from
Jan 3, 2024

Conversation

kemingy
Copy link
Member

@kemingy kemingy commented Jan 2, 2024

vectors=# select tablerelid, idx_size from pg_vector_index_info ;
 tablerelid | idx_size                                         
      16873 | 4
(1 row)

Signed-off-by: Keming <kemingyang@tensorchord.ai>
Signed-off-by: Keming <kemingyang@tensorchord.ai>
crates/service/src/index/segments/sealed.rs Outdated Show resolved Hide resolved
src/index/views.rs Show resolved Hide resolved
crates/service/src/index/mod.rs Outdated Show resolved Hide resolved
Signed-off-by: Keming <kemingyang@tensorchord.ai>
@kemingy kemingy requested a review from usamoi January 3, 2024 03:25
crates/service/src/index/segments/sealed.rs Outdated Show resolved Hide resolved
crates/service/src/utils/dir_ops.rs Outdated Show resolved Hide resolved
src/index/views.rs Outdated Show resolved Hide resolved
Signed-off-by: Keming <kemingyang@tensorchord.ai>
Signed-off-by: Keming <kemingyang@tensorchord.ai>
@kemingy kemingy requested a review from usamoi January 3, 2024 07:28
@kemingy kemingy added this pull request to the merge queue Jan 3, 2024
Merged via the queue into tensorchord:main with commit 5669253 Jan 3, 2024
6 checks passed
@kemingy kemingy deleted the stat_size branch January 4, 2024 07:22
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.

feat: Show index size in index info table
2 participants