You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/dune-v2/query-engine.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ title: Query Engine
6
6
7
7
DuneV2 changes our whole database architecture. We are transitioning away from a PostgreSQL database to an Instance of [Apache Spark](https://www.databricks.com/glossary/what-is-apache-spark) hosted on [Databricks](https://docs.databricks.com/getting-started/introduction/index.html). The difference between the two systems can be summarized as follows:
8
8
9
-
* Instead of PostgreSQL, we will now use Databricks SQL. T]he change in SQL keywords is minimal but might be relevant for some of your querying habits.
9
+
* Instead of PostgreSQL, we will now use Databricks SQL. The change in SQL keywords is minimal but might be relevant for some of your querying habits.
10
10
* Spark is a column oriented database in contrast to PostgreSQL’s row oriented approach.
11
11
* traditional indexes are replaced by column chunk level `min/max` values
0 commit comments