In DSE 6.8 Graph, it seems like, in 6.8, an edge (irrespective of whether the label is re-used) from a vertex is created as a separate table, and a materialized view is created for bi-directional traversals.
so, theoretically, if I have 15 vertex labels where each is connected to each other - number of tables would 105 + 15. On top of that, some edges would require bi-directional travel (let say 25), total tables would be 145.
Have the best practices (<200 tables) changed in 6.8? Can you share some capacity and best practices reference for DSE Graph 6.8 as there is substantial amount of re-design?