I have a table in QuestDB which I created with symbol columns. I added index after that as per documentations as
ALTER TABLE tbl ALTER COLUMN instrument ADD INDEX;
Now I realize I'd like to specify index capacity to try turn the performance. I looked at the documentation and cannot find a way to specify index capacity apart from the table create statement. Is there a way to do it?