Warning: Some posts on this platform may contain adult material intended for mature audiences only. Viewer discretion is advised. By clicking ‘Continue’, you confirm that you are 18 years or older and consent to viewing explicit content.
/PRNewswire/ -- K1 Investment Management, LLC ("K1"), one of the largest investors in small-cap enterprise software companies, today announced the completion...
Yeah the Open Source version. I doubt that the hosted version is using that. Cloud providers have super fast DB’s that are basically compatible with the MySQL syntax
My question was ironic, implying that anyone using it in a productive system/software/service is doing a very bad job at software architecture. I avoid any product relying on super slow software pieces.
Well, who is using mysql/mariadb nowadays anyways? If you haven’t made the switch to at least postgres in the past 5 years, you messed up anyways.
Wordpress
Yeah the Open Source version. I doubt that the hosted version is using that. Cloud providers have super fast DB’s that are basically compatible with the MySQL syntax
Nextcloud.
Though I think it has some level of support for postgres by now. I should check on that.
I use NextCloud w/ Postgres and it works completely fine.
Great. It wasn’t too long ago that MariaDb was still the “recommended” option.
It’s still “recommended” and pretty much every tutorial I see uses it, but Postgres seems to work just fine.
I just checked the docs for installation instructions, it didn’t seem to make a distinction anymore.
It’s worked on Postgres for several years now, and it’s the preferred and recommended backend for NC.
As someone who self-hosted it, I can’t say this is true.
https://docs.nextcloud.com/server/latest/admin_manual/configuration_database/linux_database_configuration.html
The Go version?
Are you thinking of ownCloud Infinite Scale? NextCloud is still PHP.
Ah, yes. Thanks.
My question was ironic, implying that anyone using it in a productive system/software/service is doing a very bad job at software architecture. I avoid any product relying on super slow software pieces.
MySQL sucks, and almost everyone who willingly use it also sucks.