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

Поділитися
Вставка
  • Опубліковано 2 лис 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.