David Piegza
David Piegza
It would be great to have more examples of graph drawing layouts. The CAIDA Walrus Project has some great examples of 3d graph layouts: http://www.caida.org/tools/visualization/walrus http://www.caida.org/tools/visualization/walrus/gallery1
It would be great to have more examples of force-directed graphs. This paper describes some examples: https://cs.brown.edu/~rt/gdhandbook/chapters/force-directed.pdf
## Description When using `MAX_EXECUTION_TIME` in a `select` query which includes a subquery, the optimizer hint gets lost when Vitess splits the query. Example query: ```sql select /*+ MAX_EXECUTION_TIME(1) */...