Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top