Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion versioned_docs/version-0.0.4/Design/Storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Thus, LingoDB does not come with an optimized storage backend and currently does
## In-Memory Format: Apache Arrow

The Apache Arrow columnar layout is used for the in-memory representation of tabular data.
Thus, LingoDB can exchange data with existing libraries and frameworks withoug any overhead and can directly query
Thus, LingoDB can exchange data with existing libraries and frameworks without any overhead and can directly query
Apache Arrow tables.

## Persistent Storage
Expand Down