From: Vivek S. R. <viv...@gm...> - 2014-08-19 11:14:54
|
Hi All, Please let me know is that possible to use Openstack Trove with Postgres-XC. With instances and Baremetal (after Juno Release). I Know it is possible to use other medium like MySQL or PostgreSQL, but i am not sure about XC. -- ViVek Raghuwanshi Mobile -+91-09595950504 Skype - vivek_raghuwanshi IRC vivekraghuwanshi http://vivekraghuwanshi.wordpress.com/ http://in.linkedin.com/in/vivekraghuwanshi |
From: 鈴木 幸市 <ko...@in...> - 2014-08-19 11:34:22
|
XC’s libpq is binary compatible with PG. So as long as Openstack uses libpq to connect to PG, XC should work too. Appreciate if you have a chance to try. Thanks. --- Koichi Suzuki 2014/08/19 20:14、Vivek Singh Raghuwanshi <viv...@gm...<mailto:viv...@gm...>> のメール: Hi All, Please let me know is that possible to use Openstack Trove with Postgres-XC. With instances and Baremetal (after Juno Release). I Know it is possible to use other medium like MySQL or PostgreSQL, but i am not sure about XC. -- ViVek Raghuwanshi Mobile -+91-09595950504 Skype - vivek_raghuwanshi IRC vivekraghuwanshi http://vivekraghuwanshi.wordpress.com/ http://in.linkedin.com/in/vivekraghuwanshi ------------------------------------------------------------------------------ _______________________________________________ Postgres-xc-developers mailing list Pos...@li...<mailto:Pos...@li...> https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers |
From: Vivek S. R. <viv...@gm...> - 2014-08-19 11:46:56
|
Thanks, One more question, is this library support multitenancy or we need to launch separate VPC (virtual public cloud) every time for each customer. its good if we have both option. On Tue, Aug 19, 2014 at 5:04 PM, 鈴木 幸市 <ko...@in...> wrote: > XC’s libpq is binary compatible with PG. So as long as Openstack uses > libpq to connect to PG, XC should work too. > > Appreciate if you have a chance to try. > > Thanks. > --- > Koichi Suzuki > > 2014/08/19 20:14、Vivek Singh Raghuwanshi <viv...@gm...> > のメール: > > > Hi All, > > Please let me know is that possible to use Openstack Trove with > Postgres-XC. > With instances and Baremetal (after Juno Release). > I Know it is possible to use other medium like MySQL or PostgreSQL, but > i am not sure about XC. > > > -- > ViVek Raghuwanshi > Mobile -+91-09595950504 > Skype - vivek_raghuwanshi > IRC vivekraghuwanshi > http://vivekraghuwanshi.wordpress.com/ > http://in.linkedin.com/in/vivekraghuwanshi > > ------------------------------------------------------------------------------ > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > > > -- ViVek Raghuwanshi Mobile -+91-09595950504 Skype - vivek_raghuwanshi IRC vivekraghuwanshi http://vivekraghuwanshi.wordpress.com/ http://in.linkedin.com/in/vivekraghuwanshi |
From: Craig R. <cr...@2n...> - 2014-08-19 15:42:57
|
On 08/19/2014 07:46 PM, Vivek Singh Raghuwanshi wrote: > Thanks, > One more question, is this library support multitenancy or we need to > launch separate VPC (virtual public cloud) every time for each customer. > its good if we have both option. Please don't cross-post this to pgsql-hackers; remove that CC from future replies. -- Craig Ringer http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services |
From: Josh B. <jo...@ag...> - 2014-08-19 17:34:27
|
On 08/19/2014 04:14 AM, Vivek Singh Raghuwanshi wrote: > > Hi All, > > Please let me know is that possible to use Openstack Trove with Postgres-XC. > With instances and Baremetal (after Juno Release). > I Know it is possible to use other medium like MySQL or PostgreSQL, but > i am not sure about XC. Please do not cross-post this to pgsql-hackers, thanks. -- Josh Berkus PostgreSQL Experts Inc. http://pgexperts.com |
From: Mark K. <mar...@ca...> - 2014-08-20 06:29:29
|
On 19/08/14 23:14, Vivek Singh Raghuwanshi wrote: > > Hi All, > > Please let me know is that possible to use Openstack Trove with Postgres-XC. > With instances and Baremetal (after Juno Release). > I Know it is possible to use other medium like MySQL or PostgreSQL, but > i am not sure about XC. AFAIK [1], vanilla Postgres support for Trove is still at the review stage, and there is quite a bit to finish, and some stuff to fix. I'd think that getting Trove to provision a complete XC VM (or more sensibly a set of VMs that run XC) is going to require fair bit of extra work. It looks like replication will be deployable via Trove for the supported flavours (Mysql, Mongo, Cassandra, Counch, Redis) see https://wiki.openstack.org/wiki/Trove/Replication-And-Clustering . I'm not seeing any specific discussion of sharding notice. Cheers Mark [1] I've been helping debug the Postgres Trove patch |
From: 鈴木 幸市 <ko...@in...> - 2014-08-20 06:42:28
|
Hello; I removed PG packers ML from CC: list as advised. BTW, replication by Trove must be for redundancy, which is different from XC’s replication. I think you can still use Trove’s replication even for XC. We may have to study Trove’s replication a bit to see if it supports multi-master configuration of XC coordinators. Regards; --- Koichi Suzuki 2014/08/20 15:11、Mark Kirkwood <mar...@ca...> のメール: > On 19/08/14 23:14, Vivek Singh Raghuwanshi wrote: >> >> Hi All, >> >> Please let me know is that possible to use Openstack Trove with Postgres-XC. >> With instances and Baremetal (after Juno Release). >> I Know it is possible to use other medium like MySQL or PostgreSQL, but >> i am not sure about XC. > > AFAIK [1], vanilla Postgres support for Trove is still at the review > stage, and there is quite a bit to finish, and some stuff to fix. > > I'd think that getting Trove to provision a complete XC VM (or more > sensibly a set of VMs that run XC) is going to require fair bit of extra > work. > > It looks like replication will be deployable via Trove for the supported > flavours (Mysql, Mongo, Cassandra, Counch, Redis) see > https://wiki.openstack.org/wiki/Trove/Replication-And-Clustering . I'm > not seeing any specific discussion of sharding notice. > > Cheers > > Mark > > [1] I've been helping debug the Postgres Trove patch > > > ------------------------------------------------------------------------------ > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > |