![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The following bug has been logged online: Bug reference: 1325 Logged by: gregory Email address: gperuch (AT) citer (DOT) fr PostgreSQL version: 8.0 Beta Operating system: win2000 Description: like error after I copy 5 millions lignes on the table select * from tbinvoicerows where invoicecd like 'FLOCAA00000025%' result in 40 secondes with 2 records BUG Bug : the result is good but I expect a result faster as the first select (like in mssql 7) |
#3
| |||
| |||
|
|
select * from tbinvoicerows where invoicecd = 'FLOCAA00000025' result in 0 seconde with 2 records NO BUG select * from tbinvoicerows where invoicecd like '%FLOCAA00000025%' result in 40 secondes with 2 records NO BUG select * from tbinvoicerows where invoicecd like 'FLOCAA00000025%' result in 40 secondes with 2 records BUG Bug : the result is good but I expect a result faster as the first select (like in mssql 7) |
![]() |
| Thread Tools | |
| Display Modes | |
| |