xorm icon indicating copy to clipboard operation
xorm copied to clipboard

Cockroach support

Open miton18 opened this issue 7 years ago • 11 comments

Hi !

In our apps, we have scalability problems, we actually used PostgreSQL Databases. Cockroach DB seems a technology that can solve our problems :

  • distributed SQL
  • support data locality (multi-datacenters)
  • read / write on each nodes
  • Easy to deploy / maintain

It is PostgreSQL based Is it possible to support this database ? https://www.cockroachlabs.com/ We also look at Tidb which is already supported, but it seems very hard to deploy and maintain.

miton18 avatar Dec 12 '17 10:12 miton18

@miton18 I think it should be supported but I haven't test Cockroach DB. I will test it or maybe try to add it to CI.

lunny avatar Dec 12 '17 11:12 lunny

Hope support CockroachDB ASAP. Thanks!

nifflin avatar Apr 11 '18 13:04 nifflin

+1 Waiting for cockroachdb support :)

koalalorenzo avatar Apr 14 '18 07:04 koalalorenzo

I need to change the circleci to version2 and add cockroachdb docker and then add the test to check anything break.

lunny avatar Apr 14 '18 11:04 lunny

Any ETA? :)

koalalorenzo avatar Apr 15 '18 07:04 koalalorenzo

hi! does cockroach with xorm is ready to use or not?

vtolstov avatar Oct 19 '18 20:10 vtolstov

~The related issue on cockroach's tracker was marked as completed, just haven't tested things yet.~ Just tested, some changes will still need to be made to xorm

techknowlogick avatar Oct 19 '18 20:10 techknowlogick

can @techknowlogick and @lunny share some info about feature steps to get cockroach support in xorm?

vtolstov avatar Sep 13 '19 22:09 vtolstov

We have a PR in #896, but I think it needs more work.

lunny avatar Sep 14 '19 02:09 lunny

Can you say what is missing, may be i can helps

vtolstov avatar Sep 14 '19 09:09 vtolstov

You can see https://circleci.com/gh/go-xorm/xorm/975?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link I'm trying to make cockroach pass all tests that postgres/mysq/mssql/sqlite Passed.

lunny avatar Sep 14 '19 12:09 lunny