[MCOL-18] Cross engine join hanging on even 1gb tpch joins, the first one finishes sometimes Created: 2016-05-03 Updated: 2016-06-11 Resolved: 2016-06-03 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Dipti Joshi (Inactive) | Assignee: | David Hall (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
select count ( * ) from lineitem a, myisamdb.orders b where a.l_orderkey = b.o_orderkey and b.o_custkey = 1; select count ( * ) from lineitem a, myisamdb.orders b where a.l_orderkey = b.o_orderkey and b.o_orderkey < 10 and substr(b.o_orderpriority,1,2) = '1-'; |
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2016-05-23 ] |
|
dleeyh Can you retest this ? If it has cleared up - please close it |
| Comment by Daniel Lee (Inactive) [ 2016-05-31 ] |
|
Build tested: getsoftwareinfo Tue May 31 10:30:28 2016 Name : mariadb-columnstore-platform Relocations: (not relocatable) MariaDB [mytest]> create table t1 (nk int) engine=myisam; MariaDB [mytest]> insert into t1 values (1); MariaDB [mytest]> insert into t1 values (25): MariaDB [mytest]> select * from t1, nation where t1.nk = nation.n_nationkey; |
| Comment by Daniel Lee (Inactive) [ 2016-06-03 ] |
|
Build tested: mscadmin> getsoft Name : mariadb-columnstore-platform Relocations: (not relocatable) I tested this package mariadb-columnstore-1.0.0-centos6.x86_64.rpm.tar.gz on the following two configurations: 1) single server The test case about worked. I am not sure why since there was not supposed to be any fix for this issue yet. |
| Comment by Daniel Lee (Inactive) [ 2016-06-03 ] |
|
Closing ticket per my last comment. |