[JBoss JIRA] (TEIID-3796) It is much more slow to get the table record through TEIID from postgresql DB
by Kylin Soong (JIRA)
[ https://issues.jboss.org/browse/TEIID-3796?page=com.atlassian.jira.plugin... ]
Kylin Soong edited comment on TEIID-3796 at 10/30/15 5:29 AM:
--------------------------------------------------------------
Query with Teiid slow may caused by GC, have you tried a larger heap(-Xms4096m -Xmx4096m)?
was (Author: kylin):
Query with Teiid slow may caused by GC, have you ever tried a larger heap(-Xms4096m -Xmx4096m)?
> It is much more slow to get the table record through TEIID from postgresql DB
> -----------------------------------------------------------------------------
>
> Key: TEIID-3796
> URL: https://issues.jboss.org/browse/TEIID-3796
> Project: Teiid
> Issue Type: Bug
> Reporter: Xian Liu
> Assignee: Steven Hawkins
>
> There is a table about 1000K+ record
> Postgresql Version: server 9.2.7
> Postgresql DB JDBC Driver Version: postgresql-9.3-1103.jdbc4.jar
> The table definition:
> {code}
> | Type | Modifiers
> ------------+-----------------------------+------------------------------------------------------------
> | integer | not null
> | integer |
> | integer | not null
> | timestamp without time zone | not null
> | integer | not null
> | text |
> | text |
> | bigint |
> | bigint | not null
> | integer |
> {code}
> I set driver connection parameter to disableLocalTxn=true;FetchSize=10;
> 1. When I make this table available in Mysql, and select * from it in Teiid, It will quickly get the data stream after around 30s.
> 2. But when I make this table in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+ client can not get the data stream,
> when I try to directly connect this table in Postgresql table, it is much more faster, I do not know the reason.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIID-3796) It is much more slow to get the table record through TEIID from postgresql DB
by Kylin Soong (JIRA)
[ https://issues.jboss.org/browse/TEIID-3796?page=com.atlassian.jira.plugin... ]
Kylin Soong commented on TEIID-3796:
------------------------------------
Query with Teiid slow may caused by GC, have you ever tried a larger heap(-Xms4096m -Xmx4096m)?
> It is much more slow to get the table record through TEIID from postgresql DB
> -----------------------------------------------------------------------------
>
> Key: TEIID-3796
> URL: https://issues.jboss.org/browse/TEIID-3796
> Project: Teiid
> Issue Type: Bug
> Reporter: Xian Liu
> Assignee: Steven Hawkins
>
> There is a table about 1000K+ record
> Postgresql Version: server 9.2.7
> Postgresql DB JDBC Driver Version: postgresql-9.3-1103.jdbc4.jar
> The table definition:
> {code}
> | Type | Modifiers
> ------------+-----------------------------+------------------------------------------------------------
> | integer | not null
> | integer |
> | integer | not null
> | timestamp without time zone | not null
> | integer | not null
> | text |
> | text |
> | bigint |
> | bigint | not null
> | integer |
> {code}
> I set driver connection parameter to disableLocalTxn=true;FetchSize=10;
> 1. When I make this table available in Mysql, and select * from it in Teiid, It will quickly get the data stream after around 30s.
> 2. But when I make this table in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+ client can not get the data stream,
> when I try to directly connect this table in Postgresql table, it is much more faster, I do not know the reason.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIID-3796) It is much more slow to get the table record through TEIID from postgresql DB
by Xian Liu (JIRA)
[ https://issues.jboss.org/browse/TEIID-3796?page=com.atlassian.jira.plugin... ]
Xian Liu updated TEIID-3796:
----------------------------
Description:
There is a table about 1000K+ record
Postgresql Version: server 9.2.7
Postgresql DB JDBC Driver Version: postgresql-9.3-1103.jdbc4.jar
The table definition:
{code}
| Type | Modifiers
------------+-----------------------------+------------------------------------------------------------
| integer | not null
| integer |
| integer | not null
| timestamp without time zone | not null
| integer | not null
| text |
| text |
| bigint |
| bigint | not null
| integer |
{code}
I set driver connection parameter to disableLocalTxn=true;FetchSize=10;
1. When I make this table available in Mysql, and select * from it in Teiid, It will quickly get the data stream after around 30s.
2. But when I make this table in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+ client can not get the data stream,
when I try to directly connect this table in Postgresql table, it is much more faster, I do not know the reason.
was:
There is a table about 1000K+ record
Postgresql Version: server 9.2.7
JDBC Driver Version: postgresql-9.3-1103.jdbc4.jar
The table definition:
{code}
| Type | Modifiers
------------+-----------------------------+------------------------------------------------------------
| integer | not null
| integer |
| integer | not null
| timestamp without time zone | not null
| integer | not null
| text |
| text |
| bigint |
| bigint | not null
| integer |
{code}
I set driver connection parameter to disableLocalTxn=true;FetchSize=10;
1. When I make this table available in Mysql, and select * from it in Teiid, It will quickly get the data stream after around 30s.
2. But when I make this table in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+ client can not get the data stream,
when I try to directly connect this table in Postgresql table, it is much more faster, I do not know the reason.
> It is much more slow to get the table record through TEIID from postgresql DB
> -----------------------------------------------------------------------------
>
> Key: TEIID-3796
> URL: https://issues.jboss.org/browse/TEIID-3796
> Project: Teiid
> Issue Type: Feature Request
> Reporter: Xian Liu
> Assignee: Steven Hawkins
>
> There is a table about 1000K+ record
> Postgresql Version: server 9.2.7
> Postgresql DB JDBC Driver Version: postgresql-9.3-1103.jdbc4.jar
> The table definition:
> {code}
> | Type | Modifiers
> ------------+-----------------------------+------------------------------------------------------------
> | integer | not null
> | integer |
> | integer | not null
> | timestamp without time zone | not null
> | integer | not null
> | text |
> | text |
> | bigint |
> | bigint | not null
> | integer |
> {code}
> I set driver connection parameter to disableLocalTxn=true;FetchSize=10;
> 1. When I make this table available in Mysql, and select * from it in Teiid, It will quickly get the data stream after around 30s.
> 2. But when I make this table in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+ client can not get the data stream,
> when I try to directly connect this table in Postgresql table, it is much more faster, I do not know the reason.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIID-3796) It is much more slow to get the table record through TEIID from postgresql DB
by Xian Liu (JIRA)
[ https://issues.jboss.org/browse/TEIID-3796?page=com.atlassian.jira.plugin... ]
Xian Liu updated TEIID-3796:
----------------------------
Issue Type: Bug (was: Feature Request)
> It is much more slow to get the table record through TEIID from postgresql DB
> -----------------------------------------------------------------------------
>
> Key: TEIID-3796
> URL: https://issues.jboss.org/browse/TEIID-3796
> Project: Teiid
> Issue Type: Bug
> Reporter: Xian Liu
> Assignee: Steven Hawkins
>
> There is a table about 1000K+ record
> Postgresql Version: server 9.2.7
> Postgresql DB JDBC Driver Version: postgresql-9.3-1103.jdbc4.jar
> The table definition:
> {code}
> | Type | Modifiers
> ------------+-----------------------------+------------------------------------------------------------
> | integer | not null
> | integer |
> | integer | not null
> | timestamp without time zone | not null
> | integer | not null
> | text |
> | text |
> | bigint |
> | bigint | not null
> | integer |
> {code}
> I set driver connection parameter to disableLocalTxn=true;FetchSize=10;
> 1. When I make this table available in Mysql, and select * from it in Teiid, It will quickly get the data stream after around 30s.
> 2. But when I make this table in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+ client can not get the data stream,
> when I try to directly connect this table in Postgresql table, it is much more faster, I do not know the reason.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIID-3796) It is much more slow to get the table record through TEIID from postgresql DB
by Xian Liu (JIRA)
[ https://issues.jboss.org/browse/TEIID-3796?page=com.atlassian.jira.plugin... ]
Xian Liu updated TEIID-3796:
----------------------------
Description:
There is a table about 1000K+ record
Postgresql Version: server 9.2.7
JDBC Driver Version: postgresql-9.3-1103.jdbc4.jar
The table definition:
{code}
| Type | Modifiers
------------+-----------------------------+------------------------------------------------------------
| integer | not null
| integer |
| integer | not null
| timestamp without time zone | not null
| integer | not null
| text |
| text |
| bigint |
| bigint | not null
| integer |
{code}
I set driver connection parameter to disableLocalTxn=true;FetchSize=10;
1. When I make this table available in Mysql, and select * from it in Teiid, It will quickly get the data stream after around 30s.
2. But when I make this table in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+ client can not get the data stream,
when I try to directly connect this table in Postgresql table, it is much more faster, I do not know the reason.
was:
There is a table about 1000K+ record
Postgresql Version: server 9.2.7
JDBC Driver Version: postgresql-9.3-1103.jdbc4.jar
The table definition:
{code}
| Type | Modifiers
------------+-----------------------------+------------------------------------------------------------
| integer | not null
| integer |
| integer | not null
| timestamp without time zone | not null
| integer | not null
| text |
| text |
| bigint |
| bigint | not null
| integer |
{code}
I set driver connection parameter to disableLocalTxn=true;FetchSize=10,
1. When I make this table available in Mysql, and select * from it in Teiid, It will quickly get the data stream after around 30s.
2. But when I make this table in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+ client can not get the data stream,
when I try to directly connect this table in Postgresql table, it is much more faster, I do not know the reason.
> It is much more slow to get the table record through TEIID from postgresql DB
> -----------------------------------------------------------------------------
>
> Key: TEIID-3796
> URL: https://issues.jboss.org/browse/TEIID-3796
> Project: Teiid
> Issue Type: Feature Request
> Reporter: Xian Liu
> Assignee: Steven Hawkins
>
> There is a table about 1000K+ record
> Postgresql Version: server 9.2.7
> JDBC Driver Version: postgresql-9.3-1103.jdbc4.jar
> The table definition:
> {code}
> | Type | Modifiers
> ------------+-----------------------------+------------------------------------------------------------
> | integer | not null
> | integer |
> | integer | not null
> | timestamp without time zone | not null
> | integer | not null
> | text |
> | text |
> | bigint |
> | bigint | not null
> | integer |
> {code}
> I set driver connection parameter to disableLocalTxn=true;FetchSize=10;
> 1. When I make this table available in Mysql, and select * from it in Teiid, It will quickly get the data stream after around 30s.
> 2. But when I make this table in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+ client can not get the data stream,
> when I try to directly connect this table in Postgresql table, it is much more faster, I do not know the reason.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIID-3796) It is much more slow to get the table record through TEIID from postgresql DB
by Xian Liu (JIRA)
[ https://issues.jboss.org/browse/TEIID-3796?page=com.atlassian.jira.plugin... ]
Xian Liu updated TEIID-3796:
----------------------------
Description:
There is a table about 1000K+ record
Postgresql Version: server 9.2.7
JDBC Driver Version: postgresql-9.3-1103.jdbc4.jar
The table definition:
{code}
| Type | Modifiers
------------+-----------------------------+------------------------------------------------------------
| integer | not null
| integer |
| integer | not null
| timestamp without time zone | not null
| integer | not null
| text |
| text |
| bigint |
| bigint | not null
| integer |
{code}
I set driver connection parameter to disableLocalTxn=true;FetchSize=10,
1. When I make this table available in Mysql, and select * from it in Teiid, It will quickly get the data stream after around 30s.
2. But when I make this table in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+ client can not get the data stream,
when I try to directly connect this table in Postgresql table, it is much more faster, I do not know the reason.
was:
There is a table about 1000K+ record
The table definition:
{code}
| Type | Modifiers
------------+-----------------------------+------------------------------------------------------------
| integer | not null
| integer |
| integer | not null
| timestamp without time zone | not null
| integer | not null
| text |
| text |
| bigint |
| bigint | not null
| integer |
{code}
When I make it available in Teiid, and set driver connection parameter to disableLocalTxn=true;FetchSize=10; It will quickly get the data stream.
But when I make this in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+, the client can not get the data stream, what's reason, when I try to directly connect postgresql, it is much more faster.
> It is much more slow to get the table record through TEIID from postgresql DB
> -----------------------------------------------------------------------------
>
> Key: TEIID-3796
> URL: https://issues.jboss.org/browse/TEIID-3796
> Project: Teiid
> Issue Type: Feature Request
> Reporter: Xian Liu
> Assignee: Steven Hawkins
>
> There is a table about 1000K+ record
> Postgresql Version: server 9.2.7
> JDBC Driver Version: postgresql-9.3-1103.jdbc4.jar
> The table definition:
> {code}
> | Type | Modifiers
> ------------+-----------------------------+------------------------------------------------------------
> | integer | not null
> | integer |
> | integer | not null
> | timestamp without time zone | not null
> | integer | not null
> | text |
> | text |
> | bigint |
> | bigint | not null
> | integer |
> {code}
> I set driver connection parameter to disableLocalTxn=true;FetchSize=10,
> 1. When I make this table available in Mysql, and select * from it in Teiid, It will quickly get the data stream after around 30s.
> 2. But when I make this table in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+ client can not get the data stream,
> when I try to directly connect this table in Postgresql table, it is much more faster, I do not know the reason.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIID-3796) It is much more slow to get the table record through TEIID from postgresql DB
by Xian Liu (JIRA)
[ https://issues.jboss.org/browse/TEIID-3796?page=com.atlassian.jira.plugin... ]
Xian Liu updated TEIID-3796:
----------------------------
Description:
There is a table about 1000K+ record
The table definition:
{code}
| Type | Modifiers
------------+-----------------------------+------------------------------------------------------------
| integer | not null
| integer |
| integer | not null
| timestamp without time zone | not null
| integer | not null
| text |
| text |
| bigint |
| bigint | not null
| integer |
{code}
When I make it available in Teiid, and set driver connection parameter to disableLocalTxn=true;FetchSize=10; It will quickly get the data stream.
But when I make this in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+, the client can not get the data stream, what's reason, when I try to directly connect postgresql, it is much more faster.
was:
There is a table about 1000K+ record
The table definition:
{code}
{code}
When I make it available in Teiid, and set driver connection parameter to disableLocalTxn=true;FetchSize=10; It will quickly get the data stream.
But when I make this in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+, the client can not get the data stream, what's reason, when I try to directly connect postgresql, it is much more faster.
> It is much more slow to get the table record through TEIID from postgresql DB
> -----------------------------------------------------------------------------
>
> Key: TEIID-3796
> URL: https://issues.jboss.org/browse/TEIID-3796
> Project: Teiid
> Issue Type: Feature Request
> Reporter: Xian Liu
> Assignee: Steven Hawkins
>
> There is a table about 1000K+ record
> The table definition:
> {code}
> | Type | Modifiers
> ------------+-----------------------------+------------------------------------------------------------
> | integer | not null
> | integer |
> | integer | not null
> | timestamp without time zone | not null
> | integer | not null
> | text |
> | text |
> | bigint |
> | bigint | not null
> | integer |
> {code}
> When I make it available in Teiid, and set driver connection parameter to disableLocalTxn=true;FetchSize=10; It will quickly get the data stream.
> But when I make this in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+, the client can not get the data stream, what's reason, when I try to directly connect postgresql, it is much more faster.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIID-3796) It is much more slow to get the table record through TEIID from postgresql DB
by Xian Liu (JIRA)
[ https://issues.jboss.org/browse/TEIID-3796?page=com.atlassian.jira.plugin... ]
Xian Liu updated TEIID-3796:
----------------------------
Description:
There is a table about 1000K+ record
The table definition:
{code}
{code}
When I make it available in Teiid, and set driver connection parameter to disableLocalTxn=true;FetchSize=10; It will quickly get the data stream.
But when I make this in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+, the client can not get the data stream, what's reason, when I try to directly connect postgresql, it is much more faster.
was:
There is a table about 1000K+ record
When I make it available in Teiid, and set driver connection parameter to disableLocalTxn=true;FetchSize=10; It will quickly get the data stream.
But when I make this in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+, the client can not get the data stream, what's reason, when I try to directly connect postgresql, it is much more faster.
> It is much more slow to get the table record through TEIID from postgresql DB
> -----------------------------------------------------------------------------
>
> Key: TEIID-3796
> URL: https://issues.jboss.org/browse/TEIID-3796
> Project: Teiid
> Issue Type: Feature Request
> Reporter: Xian Liu
> Assignee: Steven Hawkins
>
> There is a table about 1000K+ record
> The table definition:
> {code}
> {code}
> When I make it available in Teiid, and set driver connection parameter to disableLocalTxn=true;FetchSize=10; It will quickly get the data stream.
> But when I make this in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+, the client can not get the data stream, what's reason, when I try to directly connect postgresql, it is much more faster.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (TEIID-3796) It is much more slow to get the table record through TEIID from postgresql DB
by Xian Liu (JIRA)
Xian Liu created TEIID-3796:
-------------------------------
Summary: It is much more slow to get the table record through TEIID from postgresql DB
Key: TEIID-3796
URL: https://issues.jboss.org/browse/TEIID-3796
Project: Teiid
Issue Type: Feature Request
Reporter: Xian Liu
Assignee: Steven Hawkins
There is a table about 1000K+ record
When I make it available in Teiid, and set driver connection parameter to disableLocalTxn=true;FetchSize=10; It will quickly get the data stream.
But when I make this in Postgresql DB, and query through Teiid, it is so slow and will get about 8min+, the client can not get the data stream, what's reason, when I try to directly connect postgresql, it is much more faster.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months