Y
Hacker News
new
|
ask
|
show
|
jobs
by
luckydata
4101 days ago
How do you guys handle the constant shifting of analytic schema that happens when handling a fast iterating application?
1 comments
silverrc21
4101 days ago
We update the table schema as we run into new fields, up to a limit. We also store the unstructured part of the data in a column that can be queried via json_extract_path_text.
link