|
|
|
|
|
by buro9
4815 days ago
|
|
I guess I'm just curious on the technical side, about why they go into a temporary read-only mode. What issues forced that to be implemented? I am mostly wondering whether it's the threaded nature of a thread on Reddit that makes this a difficult problem, or whether this is reflective of some limitation in the underlying datastore or something. |
|
It's easier to cache and serve a fixed piece of content than to constantly insert and re-compress it (which kills cached versions too)