Open Baschdl opened 4 years ago
If I understand the cache invalidation logic in https://github.com/CartoDB/Windshaft-cartodb/blob/a19e9a79b813ec7e38f887c7037e5aea46bf9c11/lib/cache/layergroup-affected-tables.js#L5-L8 correctly, all tiles of a datasets are purged when updates to the dataset happen. It would be very helpful for big datasets to only invalidate the tiles which are affected by a update.
If I understand the cache invalidation logic in https://github.com/CartoDB/Windshaft-cartodb/blob/a19e9a79b813ec7e38f887c7037e5aea46bf9c11/lib/cache/layergroup-affected-tables.js#L5-L8 correctly, all tiles of a datasets are purged when updates to the dataset happen. It would be very helpful for big datasets to only invalidate the tiles which are affected by a update.