|
|
|
|
|
by markus_zhang
1990 days ago
|
|
Thanks. But how does one approach to learn the internals for these things? It's not like MySQL or SQL Server or PostgreSQL that we have tons of books and very detailed documentation. For Vertica we only have a doc, no books, just provided as is. It seems to be the norm for everything that takes flight around 2010. Of course many are open sourced so those are OK I guess. |
|
It took me a few minutes but I found indexes are called projections in Vertica and are more like materialized views than true indexes, here are the docs with a breakdown, https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/Ad...
And here is a general walk through of the architecture including key concepts such as projections. https://www.vertica.com/docs/10.0.x/HTML/Content/Authoring/C...
In a few cases I have had to go to published white papers on the technologies as well.
But honestly it's all searching for the right words and then crawling through docs and papers.