[FX.php List] Saving/Exporting records from search results

Gjermund Gusland Thorsen ggt667 at gmail.com
Sat Jan 26 17:07:53 MST 2008


My problem with this is I do not really see the purpose of so many
records in one go, perhaps the tables should be redesigned for this
purpose?

2008/1/27, Derrick Fogle <derrick at fogles.net>:
> On Jan 26, 2008, at 5:43 PM, Jonathan Schwartz wrote:
>
> > I'm seeking an alternate, faster and more efficient method.
>
> Tongue in cheek: use MySQL for your holding tank. You are running
> squarely into FM's performance bottleneck. Your only 2 real
> alternatives for more speed are a different database, or just keeping
> all the data sloshing around in session variables in PHP until the
> client is essentially done with the entire transaction, then write it
> back to FM afterwards.
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>


More information about the FX.php_List mailing list