content/2024/duckdb-intro: Add "what is DuckDB" page#15
Open
rkdarst wants to merge 3 commits into
Open
Conversation
- 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?
bast
reviewed
Feb 15, 2024
|
|
||
| The extra advantages of DuckDB are: | ||
|
|
||
| - Column oriented, which makes it much faster for analytics |
There was a problem hiding this comment.
what means "column oriented"? or perhaps, column oriented in contrast to what typical other setup?
|
Great post!
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. |
540df49 to
650d3f4
Compare
9f20c28 to
3e0b343
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
it would have motivated me to try it out much earlier.
but comparison to sqlite)