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

Derrick Fogle derrick at fogles.net
Sat Jan 26 16:54:25 MST 2008


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.



More information about the FX.php_List mailing list