Skip to content

Commit f357112

Browse files
author
Zhongyi
authored
Update query-engine.md
T]he to The.
1 parent 9e07739 commit f357112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/dune-v2/query-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Query Engine
66

77
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:
88

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.
1010
* Spark is a column oriented database in contrast to PostgreSQL’s row oriented approach.
1111
* traditional indexes are replaced by column chunk level `min/max` values
1212

0 commit comments

Comments
 (0)