Conversation:
Notices
-
@verius Depends entirely on how many people are accessing the instance via the API, really, but it would at the least be a good thing to allow optionally since it would relieve stress on the MySQL server when you have API-hungry apps. One thing I've noticed is it doesn't take many API clients before MySQL starts to have a bad time with the current API, because it H…
-
@verius You would be doing me (and probably Custard) a favour if you could describe what you'd like to see for endpoints of the new YAML API at the issue I made for it here: http://status.hackerposse.com/url/13321 Trying to get a good idea of what people want of it and since this is mostly for Custard (and anyone else who wants the shiny new interface it uses) your…
-
@verius Speaking of repeated queries, for setups with Redis we can cache old queries in memory fot a short time in case we do the same lookup repeatedly.
-
@verius Requesting JUST the data we need would be a huge help to that end as well.