Y
Hacker News
new
|
ask
|
show
|
jobs
by
formerly_proven
171 days ago
The schema is this: items(id INTEGER PRIMARY KEY, type TEXT, time INTEGER, by TEXT, title TEXT, text TEXT, url TEXT
Doesn't scream columnar database to me.
1 comments
embedding-shape
171 days ago
At a glance, that is missing (at least) a `parent` or `parent_id` attribute which items in HN can have (and you kind of need if you want to render comments), see
http://hn.algolia.com/api/v1/items/46436741
link
agolliver
171 days ago
Edges are a separate table
link