HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ConnorLeet

no profile record

comments

ConnorLeet
·قبل 3 سنوات·discuss
A big benefit of partitioning is being able to drop partitions that expire instead of doing deletes. Assuming you’ll ever need to delete of course!
ConnorLeet
·قبل 3 سنوات·discuss
All clouds do that for databases
ConnorLeet
·قبل 3 سنوات·discuss
Naming things is hard.

https://www.urbandictionary.com/define.php?term=roxy (2nd entry)
ConnorLeet
·قبل 4 سنوات·discuss
Sounds like Erlang from what I’ve heard about it
ConnorLeet
·قبل 4 سنوات·discuss
I think that this repo was created by a core PG dev.

https://github.com/orioledb/orioledb/commits?author=akorotko...

https://github.com/akorotkov
ConnorLeet
·قبل 4 سنوات·discuss
Plenty of guys complaining about dating on TikTok too. It’s an absolutely massive platform and there’s videos on just about anything especially interpersonal relationships (coach industry)
ConnorLeet
·قبل 4 سنوات·discuss
.NET
ConnorLeet
·قبل 4 سنوات·discuss
Do you have any resources to point me towards that elaborate on the benefits of a process-per-tenant/user for performance?

I work on a data-intensive app that fits the use-case you describe but I'm confused about the benefits for performance. (can certainly see how the code would end up nice/simpler) Is this mostly applicable to certain stacks?
ConnorLeet
·قبل 4 سنوات·discuss
SQLite does have a branch that solves the concurrent write issue - not sure if this dqlite uses it https://sqlite.org/src/doc/754ad35c/README-server-edition.ht...