How do I add a prefetch (or similar) to a django queryset, using contents of a JSONField?
Background I have a complex analytics application using conventional relational setup where different entities are updated using a CRUD model. However, our system is quite event driven, and it’s becoming a real misery to manage history, and apply data migrations respecting that history. So we’re moving toward a quasi-noSQL approach in which I’m using JSON […]