PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Mod Requests (http://www.phpdig.net/forum/forumdisplay.php?f=23)
-   -   Temp Spider table Converted to HEAP table (http://www.phpdig.net/forum/showthread.php?t=1979)

GunMuse 04-22-2005 01:25 PM

Temp Spider table Converted to HEAP table
 
Temp spider table should be converted to using HEAP.

Since your using 4.1 as a standard.

Add some extra fields for breaking up the long text into multiple VarChar and putting it back together to read and store later. We are doing this now with our search where we parse 12 other searches in real time. By avoiding the Harddrive with temporary storage. The load on the server drops dramatically. No sense beating up a harddrive when you don't have to.


All times are GMT -8. The time now is 01:26 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.