I'm having to do a lot of maintenance and management using the console applications of late. This is taking a long time. A blob database of 2million objects takes a LOOOOOOOOOONG time to manage with the built-in tools since they're limited to performing one operation at a go.
Could you implement the management commands in another language (Python et al)? PHP isn't great for this kind of thing...
Either that or implement APIs that can be actioned via scripts and rate-limited via apache/nginx front ends?
Comment (1)