Skip to content

content/2024/duckdb-intro: Add "what is DuckDB" page#15

Open
rkdarst wants to merge 3 commits into
mainfrom
rkdarst/duckdb
Open

content/2024/duckdb-intro: Add "what is DuckDB" page#15
rkdarst wants to merge 3 commits into
mainfrom
rkdarst/duckdb

Conversation

@rkdarst

@rkdarst rkdarst commented Feb 13, 2024

Copy link
Copy Markdown
Member
  • I recently learned this, and wished someone had written this for me,
    it would have motivated me to try it out much earlier.
  • Give a rough summary of what I learned and why it's so cool
  • On ASC blog to promote research software in general.
  • To review
    • This is a first draft, the random stuff I could think of.
    • Are any major topics missing? (it's not made to be a sql intro,
      but comparison to sqlite)
    • Are there any extra examples to give?
    • Any other wrap-up?

- I recently learned this, and wished someone had written this for me,
  it would have motivated me to try it out much earlier.
- Give a rough summary of what I learned and why it's so cool
- On ASC blog to promote research software in general.
- To review
  - This is a first draft, the random stuff I could think of.
  - Are any major topics missing?  (it's not made to be a sql intro,
    but comparison to sqlite)
  - Are there any extra examples to give?
  - Any other wrap-up?
Comment thread content/2024/duckdb-intro.rst Outdated

The extra advantages of DuckDB are:

- Column oriented, which makes it much faster for analytics

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what means "column oriented"? or perhaps, column oriented in contrast to what typical other setup?

@bast

bast commented Feb 15, 2024

Copy link
Copy Markdown

Great post!

Lightweight code, C++, easily embeddable in anything

What would be a use case? Embedding the database? Or the software reading/writing it?

It would be also nice to show an example where the one is a much better fit than the other.

@rkdarst rkdarst force-pushed the main branch 2 times, most recently from 9f20c28 to 3e0b343 Compare May 6, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants