subdomain-registrar icon indicating copy to clipboard operation
subdomain-registrar copied to clipboard

Move from sqlite to postgresql

Open kantai opened this issue 4 years ago • 0 comments

The current subdomain registrar is limited by relying on sqlite -- it makes concurrency pretty hard, and things like registrations and batch processing are currently stepping on each other's toes. Moving to postgresql opens up a lot of space to improve on this front (and makes cluster operation much easier).

kantai avatar Nov 26 '19 20:11 kantai