willbarrett commented on pull request #10678: URL: https://github.com/apache/incubator-superset/pull/10678#issuecomment-681140061
I would recommend against tying a cache write to a metadata database write by default. This isn't great from a performance perspective. If you're attempting to create a lookup table for keys related to a specific dataset, perhaps you could push the cache key onto a set in the same cache that contains the required info in its key? That would allow this use-case without touching the DB. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
