graphgist-cms icon indicating copy to clipboard operation
graphgist-cms copied to clipboard

Store gist text in database

Open cheerfulstoic opened this issue 10 years ago • 1 comments

Could load the memory cache with the data from the database when the server starts up and then whenever we get back an etag result showing that it's changed we save it again. I worry somewhat about the scalability of loading all the gists into memory, so maybe the DB could be the only cache

cheerfulstoic avatar Dec 08 '14 16:12 cheerfulstoic

On neo4j.org it was no issue, we can also easily compute how much the pure text of asciidoc gists costs in memory but I don't think it is a problem.

jexp avatar Dec 10 '14 04:12 jexp