← Back to context Comment by giza182 5 hours ago Perhaps a dumb question, but how do you get data into it if you’re not doing writes 3 comments giza182 Reply andrelaszlo 3 hours ago I think it's just immutable once you've generated it. No need to update indexes or check consistency on writes, no need for transactions, etc. pfortuny 2 hours ago Think historical records of, say, share values for past years. You might have a single db for 1900-2000, for instance. Things like that.Not everything needs to be real-time updated. tnelsond4 5 hours ago Generate it one time from a source tsv file or folder of media.
andrelaszlo 3 hours ago I think it's just immutable once you've generated it. No need to update indexes or check consistency on writes, no need for transactions, etc.
pfortuny 2 hours ago Think historical records of, say, share values for past years. You might have a single db for 1900-2000, for instance. Things like that.Not everything needs to be real-time updated.
I think it's just immutable once you've generated it. No need to update indexes or check consistency on writes, no need for transactions, etc.
Think historical records of, say, share values for past years. You might have a single db for 1900-2000, for instance. Things like that.
Not everything needs to be real-time updated.
Generate it one time from a source tsv file or folder of media.