> A quick follow up. We are only keeping data in these tables for 1-3 days, > and it's obviously changing a lot as the site is used. So, does that mean > that once the indexes are created, they should be re-indexed / rebuilt > frequently (because of the frequent changes in the data)?
No, the database will do that for you automatically. INSERTs, UPDATEs and DELETEs may take a bit longer with indexes as a result, but SELECTs will be faster if they filter by key columns. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354842 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

