Skip to content

Commit

Permalink
Formatting old blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Nov 8, 2023
1 parent c468800 commit 6d9acd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-08-04-adbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The figure below depicts how a developer can use these APIs to query a DuckDB da

<img src="/images/blog/adbc/duck-odbc-jdbc.png"
alt="DuckDB-JDBC-ODBC"
width=1000
width=700
/>


Expand All @@ -32,7 +32,7 @@ The figure below depicts the query execution flow when using ADBC. Note that the

<img src="/images/blog/adbc/duck-adbc.png"
alt="DuckDB-ADBC"
width=1000
width=700
/>

## Quick Tour
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-09-26-announcing-duckdb-090.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ SELECT COUNT(*) FROM (SELECT DISTINCT * FROM tbl);
```
If we keep all the data in memory, the query should use around 6GB. However, we can still complete the query if less memory is available. In the table below, we can see how the runtime is affected by lowering the memory limit:

<div class="narrow_table"></div>

| memory limit | v0.8.1 | v0.9.0 |
|:-------------:|:--------:|:--------:|
| 10.0GB | 8.52s | 2.91s |
Expand Down

0 comments on commit 6d9acd6

Please sign in to comment.