You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(10) |
May
(17) |
Jun
(3) |
Jul
|
Aug
|
Sep
(8) |
Oct
(18) |
Nov
(51) |
Dec
(74) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(47) |
Feb
(44) |
Mar
(44) |
Apr
(102) |
May
(35) |
Jun
(25) |
Jul
(56) |
Aug
(69) |
Sep
(32) |
Oct
(37) |
Nov
(31) |
Dec
(16) |
2012 |
Jan
(34) |
Feb
(127) |
Mar
(218) |
Apr
(252) |
May
(80) |
Jun
(137) |
Jul
(205) |
Aug
(159) |
Sep
(35) |
Oct
(50) |
Nov
(82) |
Dec
(52) |
2013 |
Jan
(107) |
Feb
(159) |
Mar
(118) |
Apr
(163) |
May
(151) |
Jun
(89) |
Jul
(106) |
Aug
(177) |
Sep
(49) |
Oct
(63) |
Nov
(46) |
Dec
(7) |
2014 |
Jan
(65) |
Feb
(128) |
Mar
(40) |
Apr
(11) |
May
(4) |
Jun
(8) |
Jul
(16) |
Aug
(11) |
Sep
(4) |
Oct
(1) |
Nov
(5) |
Dec
(16) |
2015 |
Jan
(5) |
Feb
|
Mar
(2) |
Apr
(5) |
May
(4) |
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(8) |
2
(2) |
3
(3) |
4
(5) |
5
(11) |
6
(3) |
7
(11) |
8
(10) |
9
(2) |
10
|
11
(5) |
12
(5) |
13
|
14
(13) |
15
(14) |
16
|
17
(1) |
18
(9) |
19
(12) |
20
(5) |
21
(5) |
22
(4) |
23
(2) |
24
(5) |
25
(6) |
26
(2) |
27
(1) |
28
(15) |
|
|
From: Michael P. <mic...@gm...> - 2013-02-03 13:19:47
|
On Sun, Feb 3, 2013 at 10:10 PM, Koichi Suzuki <koi...@gm...>wrote: > Yes, this is what I meant. Thanks for supplement. > > BTW, do you think this workaround really works? > Don't think so. I am wondering if the origin of the problem is the cast with numeric. It could be that the INSERT SELECT is not correctly constructed at the 2nd step of CTAS. -- Michael Paquier http://michael.otacoo.com |
From: Koichi S. <koi...@gm...> - 2013-02-03 13:10:09
|
Yes, this is what I meant. Thanks for supplement. BTW, do you think this workaround really works? ---------- Koichi Suzuki 2013/2/3 Michael Paquier <mic...@gm...>: > > > On Sat, Feb 2, 2013 at 10:10 PM, Koichi Suzuki <koi...@gm...> > wrote: >> >> It is not a straight workaround. CREATE TABLE and SELECT INTO may >> work. Please understand I've not tested this yet. > > SELECT INTO creates a tables and you cannot specify the table distribution. > > A combination of CREATE TABLE and INSERT SELECT might work perhaps, which is > intrinsically what XC does for CTAS and SELECT INTO? > -- > Michael Paquier > http://michael.otacoo.com |
From: Michael P. <mic...@gm...> - 2013-02-03 02:35:27
|
On Sat, Feb 2, 2013 at 10:10 PM, Koichi Suzuki <koi...@gm...>wrote: > It is not a straight workaround. CREATE TABLE and SELECT INTO may > work. Please understand I've not tested this yet. > SELECT INTO creates a tables and you cannot specify the table distribution. A combination of CREATE TABLE and INSERT SELECT might work perhaps, which is intrinsically what XC does for CTAS and SELECT INTO? -- Michael Paquier http://michael.otacoo.com |