Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
pwm (pwm@crlf.ninja)'s status on Monday, 29-Apr-2024 08:16:00 JSTpwm @mint I was pulling post text out of the db for a separate application, see dsmc logs.
Just yanking posts out is fast but not deterministic, which I need in order to paginate through query results in the client program, which I'm doing to not pull 64000 posts in one go.
I'm not sure if I shouldn't just suck it up, technically I already did what I wanted, it was just too slow for me to be satisfied.