Rick Branson
Rick Branson
> * Scaling: `orchestrator` will use a SQLite backend. SQLite does not allow any concurrency. the number of interactions from `orchestrator` to its backend DB is linear with the number...
This might only be because it's dockerized but this was manifesting as segfaults for me: ```Plex Transcoder[4286]: segfault at 7fd216bf46b8 ip 00007fcb62905818 sp 00007ffd972c3050 error 4 in libigdgmm.so.plex[7fcb62877000+90000]``` The magic...
@achille-roussel going to leave this one to you :) LMK if you want anything from me on it.
We've had a couple of people approach us about ULID after publishing. ULID is very similar in aim to KSUID, so it's an apt comparison. The biggest difference I see...
@thinxer the 128-bits of random data is used to avoid dependency on the wall-clock for collision safety. If one is concerned about the extra 4 bytes of data or if...
@danburkert looks like you've done a great job on this other project. Acknowledge that my stuff is pretty unsafe. What do you think are next steps?
I have two clarifying questions that might help provide feedback on gaps within Vitess, regardless of the acceptance of this solution: 1) Why not colocate vtgate with the application tier,...
> That is an implicit `ctypes` dependency again, right? multiprocessing uses ctypes internally to expose shared memory as a Python object. It doesn't create any dependencies beyond the Python stdlib...
> The idea is good b ut I think there is a better way than using a shared value . We could instead use an atomic integer there. I will...
@benoitc happy to help review any alternatives!