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?