Cypher vs SQL: When do you need graph querying & modeling?

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 2

  • @NaveenSiddareddy
    @NaveenSiddareddy 3 месяца назад +1

    Thanks Prasanth, It would be nice to see the flip side of issuing queries like " give me all accounts or persons" how do we optimize those compared to SQL.

    • @KuzuDB
      @KuzuDB  3 месяца назад +1

      Hi Naveen, you can run aggregation queries in Cypher like you might do in SQL (avg, max, min with group bys), though in those cases, the benefit of Cypher is not as apparent. SQL does the job great in those cases. Not to mention that analytical databases and query engines that implement SQL likely have many optimizations in place already for these use cases.