How should the script be fed to Vertica's database designer when I want to create query-specific projections ?
Can I write more then one SELECT statement inside the file that will be provided as input to the DB designer?

有帮助吗?

解决方案

Create a text file with the queries you want to optimize for. When prompted in the DBD process, point it to that file.

When I was working on/discussing optimxation using Vertica Database Designer it seems like the recommended upper limit for queries in the file was 100.

If you want to weigh a query more heavily, put that in multiple times.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top