Skip to content

Comment on How prismic.io scales dynamic content as if it were static

Comments

Really interesting. If I'm reading it right, every release (e.g. a homepage refresh) gets packaged up as a separate Lucene Solr Index. Interesting approach. One drawback is that they don't appear to keep previous indexes lying around, so it's not possible to see what your site looked like in the past (though there's always the Wayback Machine).

Having implemented a very similar system (albeit one that relies on SQL as a key-value version store, caching queries heavily and invalidating those caches where appropriate), very impressed with their implementation.

Actually you're right. You can see the state of your website/app in the current version, in the future and in the past.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.