Search found 1 match

by donadoni
14.04.2006, 07:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: speed of select
Replies: 19
Views: 4501

I'm using PostgreSQL 7.x and Zeos 6.1.5 (alpha). Where I Execute a SQL statement bellow, it so slowly, take about 31 seconds, while I use PHP, It only take ~ 15seconds. ... var w_Sql: String; begin w_Sql:= 'SELECT a.send_del_flag, a.send_id,b.* ' + 'FROM tbl_send_report_daily a , tbl_report_daily b ...