mongodb / docs-bi-connector

17 stars 62 forks source link

DOP-3743: Add proof of concept parser cache #420

Closed i80and closed 11 months ago

i80and commented 11 months ago

This quarter we've implemented simple incremental project parsing, which allows some parsing data to be reused from a previous parse.

We'd like to include a cache in a smaller low-update property to start out.

Holding the cache in the content repository is a stopgap solution until we have a more permanent mechanism for distributing parse caches.