Grace
Grace
Why onelog instead of zerolog?
I'm not sure if the `MAX_ENTRIES` setting applies to memcached caches. It is described in the [documentation](https://docs.djangoproject.com/en/1.7/topics/cache/) under a section with the following statement: "Cache backends that implement their own...
I looked at this and commented before seeing Byron's comment to the same effect: https://github.com/chop-dbhi/harvest/issues/41#issuecomment-69760948
I agree that extreme accuracy isn't necessary. Is there a way to calibrate the "explain cost" to "time/complexity" function based on actual usage? Maybe the function parameters are stored in...
@bruth I'm fascinated by your query time estimation model, but it sounds like a lot of work... My suggestion would be that we build a time estimation performance tracker, which...
I'm on vacation next week (leaving Monday around 1) and will likely use up my time before then on getting a PEDSnet instance running and a baseline test case defined....
Found this which might be a good drop-in start on a cache monitoring page in Harvest: http://effbot.org/zone/django-memcached-view.htm
PEDSnet has a definite use case for using multiple query processors in the same session, which is to switch between whole-dataset stats and authorization-limited-dataset stats on the query page. Documented...
Looks good to me, but I don't have a handy use case to test this on.
I was imagining the second solution. The goal being to separate related but orthogonal pieces of a model and allow the downstream packages to handle the dependency. Here's the JSON...