From: | André Volpato <andre(dot)volpato(at)ecomtecnologia(dot)com(dot)br> |
---|---|
To: | robert(at)webtent(dot)com |
Cc: | PostgreSQL <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Creating indexes |
Date: | 2007-12-10 18:38:00 |
Message-ID: | 475D8788.40404@ecomtecnologia.com.br |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Robert Fitzpatrick escreveu:
> I have a PHP 5 app using pgsql 8.2 and a HTML table of clients now grown
> to almost 10,000 loading 25 per page. There is a filter feature atop all
> seven columns in the table listing (all varchar except one date column).
> Also, sorting can be done by clicking any column header. Some complain
You can try transfer the sort loading to the client, using tablesort:
http://tablesorter.com/docs/
I dont know if the performance will be ok with 10k rows but...
Also, you can create the various tables in background, one html for each
sorted column.
When the user clicks, you show the desired html.
--
[]´s,
André Volpato
Ecom Tecnologia LTDA - Análise e Desenvolvimento
andre(dot)volpato(at)ecomtecnologia(dot)com(dot)br
From | Date | Subject | |
---|---|---|---|
Next Message | Vivek Khera | 2007-12-10 19:09:15 | Re: SQL design pattern for a delta trigger? |
Previous Message | Erik Jones | 2007-12-10 18:21:34 | Re: partitioned table query question |