• #indieweb 2014-09-29
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#indieweb ≡
  • ←
  • →
2014-09-29 UTC
# 17:47
ben_thatmustbeme
right now I store everything in the DB, but since queries are much slower than disk access, I have timestamped caches of search results in files on disk. As long as I make sure that everything that could possibly effect those cached queries is set to update the cache, I could drop the requirement that queries have a finite cache time. and just keep then indefinitely.