You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(6) |
Sep
|
Oct
(19) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(12) |
Feb
(1) |
Mar
(4) |
Apr
(4) |
May
(32) |
Jun
(12) |
Jul
(11) |
Aug
(1) |
Sep
(6) |
Oct
(3) |
Nov
|
Dec
(10) |
2012 |
Jan
(11) |
Feb
(1) |
Mar
(3) |
Apr
(25) |
May
(53) |
Jun
(38) |
Jul
(103) |
Aug
(54) |
Sep
(31) |
Oct
(66) |
Nov
(77) |
Dec
(20) |
2013 |
Jan
(91) |
Feb
(86) |
Mar
(103) |
Apr
(107) |
May
(25) |
Jun
(37) |
Jul
(17) |
Aug
(59) |
Sep
(38) |
Oct
(78) |
Nov
(29) |
Dec
(15) |
2014 |
Jan
(23) |
Feb
(82) |
Mar
(118) |
Apr
(101) |
May
(103) |
Jun
(45) |
Jul
(6) |
Aug
(10) |
Sep
|
Oct
(32) |
Nov
|
Dec
(9) |
2015 |
Jan
(3) |
Feb
(5) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(9) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
(3) |
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
|
From: Sandeep G. <gup...@gm...> - 2016-01-21 17:05:53
|
Hi Pavan, Sounds great. I am interested to take a second look at XL. Will try to redo the comparison in light of the performance improvements to XL. Thanks Sandeep On Thu, Jan 21, 2016 at 3:39 AM, Pavan Deolasee <pav...@gm...> wrote: > Hi Sandeep, > > We're working to consolidate XC and XL efforts, but it may take some time. > In the meanwhile, both XC and XL are being enhanced independently, often > leveraging from each other's work. > > We've recently fixed several performance related issues in XL, especially > for OLTP-like workload and I'm quite hopeful that the gap between XC and XL > for such workloads must have drastically reduced, if not crossed already. > For OLAP complex queries, XL should generally do better than XC. > > Do you mind testing the latest XL 9.5 code base in your environment and > let us know if the performance is satisfactory? Our goal is to keep > improving performance for both OLAP as well as OLTP workloads. So if there > are gaps, those must be filled. The latest code is available here and I > would suggest using XL9_5_STABLE branch for the tests. > git://git.postgresql.org/git/postgres-xl.git > > Thanks, > Pavan > > On Thu, Jan 21, 2016 at 6:47 AM, Sandeep Gupta <gup...@gm...> > wrote: > >> Hi, >> >> In the past we had used postgres-xc to successfully >> scale our workload which mostly consisted of simple >> filter-join-groupby expression. >> All this required some careful data distribution strategies but on >> average we were >> able to extract good performance. >> >> We tested our workloads with XL and the performance, at least for our >> workload, was >> not at par. In this regard, I was wondering what is the future >> direction of XC. >> If it is shelved, then shouldn't there be a way to match the >> performance in XL given >> that XL has more generic framework compared to XC. >> >> >> >> Best, >> Sandeep >> >> >> ------------------------------------------------------------------------------ >> Site24x7 APM Insight: Get Deep Visibility into Application Performance >> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month >> Monitor end-to-end web transactions and take corrective actions now >> Troubleshoot faster and improve end-user experience. Signup Now! >> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 >> _______________________________________________ >> Postgres-xc-general mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-general >> > > > > -- > Pavan Deolasee http://www.2ndQuadrant.com/ > PostgreSQL Development, 24x7 Support, Training & Services > |
From: Pavan D. <pav...@gm...> - 2016-01-21 08:39:37
|
Hi Sandeep, We're working to consolidate XC and XL efforts, but it may take some time. In the meanwhile, both XC and XL are being enhanced independently, often leveraging from each other's work. We've recently fixed several performance related issues in XL, especially for OLTP-like workload and I'm quite hopeful that the gap between XC and XL for such workloads must have drastically reduced, if not crossed already. For OLAP complex queries, XL should generally do better than XC. Do you mind testing the latest XL 9.5 code base in your environment and let us know if the performance is satisfactory? Our goal is to keep improving performance for both OLAP as well as OLTP workloads. So if there are gaps, those must be filled. The latest code is available here and I would suggest using XL9_5_STABLE branch for the tests. git://git.postgresql.org/git/postgres-xl.git Thanks, Pavan On Thu, Jan 21, 2016 at 6:47 AM, Sandeep Gupta <gup...@gm...> wrote: > Hi, > > In the past we had used postgres-xc to successfully > scale our workload which mostly consisted of simple > filter-join-groupby expression. > All this required some careful data distribution strategies but on > average we were > able to extract good performance. > > We tested our workloads with XL and the performance, at least for our > workload, was > not at par. In this regard, I was wondering what is the future > direction of XC. > If it is shelved, then shouldn't there be a way to match the > performance in XL given > that XL has more generic framework compared to XC. > > > > Best, > Sandeep > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > -- Pavan Deolasee http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services |
From: Sandeep G. <gup...@gm...> - 2016-01-21 01:17:27
|
Hi, In the past we had used postgres-xc to successfully scale our workload which mostly consisted of simple filter-join-groupby expression. All this required some careful data distribution strategies but on average we were able to extract good performance. We tested our workloads with XL and the performance, at least for our workload, was not at par. In this regard, I was wondering what is the future direction of XC. If it is shelved, then shouldn't there be a way to match the performance in XL given that XL has more generic framework compared to XC. Best, Sandeep |