Search found 6 matches

by vladif86
Thu Oct 24, 2013 2:26 pm
Forum: JDBC
Topic: com.vertica.jdbc.DataSource vs. apache..dbcp.BasicDataSource
Replies: 2
Views: 16611

Re: com.vertica.jdbc.DataSource vs. apache..dbcp.BasicDataSo

Hi,
I think that using dbcp should improve performance since it manages connection pools.
That why I was thinking that dbcp should perform better than vertica data source (which doesn't have connections pooling ??)
Vladi
by vladif86
Wed Oct 23, 2013 1:13 pm
Forum: Vertica SQL
Topic: Moving 'at timezone' to the right side
Replies: 6
Views: 10387

Re: Moving 'at timezone' to the right side

Thank you very much for the clarifications But (there is always this BUT :( !!) We insert our data in UTC format into TZ columns, then when selecting the data we want to take into account the client timezone . So per request/session we have to set (somehow) the client timezone That why we're thinkin...
by vladif86
Mon Oct 21, 2013 2:41 pm
Forum: Vertica SQL
Topic: Moving 'at timezone' to the right side
Replies: 6
Views: 10387

Re: Moving 'at timezone' to the right side

The timezone is : Israel
Not sure I understand. Why it's important?
by vladif86
Mon Oct 21, 2013 1:09 pm
Forum: Vertica SQL
Topic: Moving 'at timezone' to the right side
Replies: 6
Views: 10387

Re: Moving 'at timezone' to the right side

Hi,
Yep it's TZ
vladi
by vladif86
Sun Oct 20, 2013 10:25 pm
Forum: JDBC
Topic: com.vertica.jdbc.DataSource vs. apache..dbcp.BasicDataSource
Replies: 2
Views: 16611

com.vertica.jdbc.DataSource vs. apache..dbcp.BasicDataSource

Hi, What're Vertica recommendations regarding the data sources? We've compared com.vertica.jdbc.DataSource vs. org.apache.commons.dbcp.BasicDataSource performance (we use it with Spring JdbcTemplate) It looks that com.vertica.jdbc.DataSource performs faster , especially when the number of concurrent...
by vladif86
Sun Oct 20, 2013 4:15 pm
Forum: Vertica SQL
Topic: Moving 'at timezone' to the right side
Replies: 6
Views: 10387

Moving 'at timezone' to the right side

Hi All, Please help us to resolve the following doubt: Are the these two line equivalent ? 1. ....and visit_start_time_15m at timezone 'GMT' >= to_timestamp('01/01/2013','dd/mm/yyyy') 2. ....and visit_start_time_15m >= to_timestamp('01/08/2013','dd/mm/yyyy') at timezone 'GMT' The first line causes f...

Go to advanced search