aboutsummaryrefslogtreecommitdiff
path: root/_drafts/2020-03-30-data-formats-a-comparison.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-24 02:26:34 -0300
committerEuAndreh <eu@euandre.org>2020-02-24 02:26:34 -0300
commita9f1ed883ead6fe3c9d52c93d9de2059e96a1524 (patch)
tree2bf666e6c72fc98ad16a5accbef346b29344c63a /_drafts/2020-03-30-data-formats-a-comparison.md
parentWIP Database Internals review (diff)
downloadeuandre.org-a9f1ed883ead6fe3c9d52c93d9de2059e96a1524.tar.gz
euandre.org-a9f1ed883ead6fe3c9d52c93d9de2059e96a1524.tar.xz
Move draft posts to _drafts
Diffstat (limited to '_drafts/2020-03-30-data-formats-a-comparison.md')
-rw-r--r--_drafts/2020-03-30-data-formats-a-comparison.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/_drafts/2020-03-30-data-formats-a-comparison.md b/_drafts/2020-03-30-data-formats-a-comparison.md
new file mode 100644
index 0000000..9df7db5
--- /dev/null
+++ b/_drafts/2020-03-30-data-formats-a-comparison.md
@@ -0,0 +1,10 @@
+---
+title: Data formats - a comparison
+date: 2020-03-30
+layout: post
+lang: en
+ref: data-formats-a-comparison
+---
+Avro, EDN, etc. (The Language of the system)
+
+Look at column store data formats too? Parquet, ORC, etc. (Database Internals book)