We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dev=> select sstable_id, level_id, sub_level_id, stale_key_count * 1.0 /total_key_count as delete_ratio, jsonb_array_elements_text(table_ids) as tid from rw_catalog.rw_hummock_sstables limit 5; sstable_id | level_id | sub_level_id | delete_ratio | tid ------------+----------+--------------+--------------------------------+------- 19411804 | 3 | | 0.0026058631921824104234527687 | 21004 19411804 | 3 | | 0.0026058631921824104234527687 | 21005 19411804 | 3 | | 0.0026058631921824104234527687 | 21006 19411804 | 3 | | 0.0026058631921824104234527687 | 21009 19411804 | 3 | | 0.0026058631921824104234527687 | 21010 (5 rows) dev=> select sstable_id, level_id, sub_level_id, stale_key_count * 1.0 /total_key_count as delete_ratio, jsonb_array_elements_text(table_ids) as tid from rw_catalog.rw_hummock_sstables where tid=21002 limit 5; ERROR: QueryError: Bind error: failed to bind expression: tid = 21002 Caused by: Item not found: Invalid column: tid
No response
The text was updated successfully, but these errors were encountered:
cc @xiangjinwu Is this expected?
Sorry, something went wrong.
My bad. I should use tid='21002' instead of tid=21002
No branches or pull requests
Describe the bug
Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: