Tim Soderstrom
Tim Soderstrom
Other thing to point out though, even with that fix, TRUNCATE also messes around with the filesystem more than a DELETE. We ran into this with the migrations table itself,...
That'll avoid the issue pre-8.0 (e.g. 5.7) though still does file operations you can avoid with the DELETE. I should be clear, DELETE is much worse performance-wise when the table...
That's an amazingly good idea! :beers: Makes me also think a helper utility might be good for this, that just runs through the checksums and complains if they don't match....
Confirmed having a similar issue. The errors seem benign in that CH falls back to password auth for identification but still uses TLS for encryption. The issue I'm running into...
I noticed this has been open for a while - is there still a plan to integrate this feature? I'm trying to minimize changes in a MySQL env where the...
Hmm that's clever, I didn't think about a static query but yep that would work! The idea was to avoid, at least for now, having to switch to storing the...
Been at this for 2 weeks now. After numerous live chats, a replacement loadcell, factory resets, firmware upgrades, I have found that just bumping the z-height to +0.04 seems to...