Nok Lam Chan
07/10/2024, 12:33 PMJuan Luis
07/10/2024, 12:35 PMMany systems that started out rejecting the RM with much fanfare (think NoSQL) now expose a SQL-like interface for RM databases. Such systems are now on a path to convergence with RDBMSs.
Nok Lam Chan
07/10/2024, 12:42 PMDo not ignore the out-of-box experience. One of the salient selling points of many non-relational DBMSs is a better “out-of-box” experience than RDBMSs. Most SQL systems require one first to create a database and then define their tables before they can load data. This is why data scientists use Python notebooks to analyze data files quickly. Every DBMS should, therefore, make it easy to perform in situ processing of local and cloudstorage files. DuckDB’s rising popularity is partly due to its ability to do this well.
Juan Luis
07/10/2024, 12:46 PMJuan Luis
07/10/2024, 12:46 PMNok Lam Chan
07/10/2024, 12:47 PMJuan Luis
07/10/2024, 12:53 PMMore recent work showed how SQL/PGQ in DuckDB outperforms a leading graph DBMS by up to 10x👀 https://www.cidrdb.org/cidr2023/papers/p66-wolde.pdf
Chris Schopp
07/12/2024, 5:16 PM