Ask a Question related to Coldfusion Database Access, Design and Development.
-
tragik #1
using indexes
quick question regarding proper use of indexes.
there are options for asc/desc sorting for each column when creating the index
- for optimal performance should i create a new index for each sort possibility?
i'll use the coldfusion forums as an example.
if i wanted to sort threads by newest to oldest, i would create an index that
uses post_date desc
now if i also wanted the performance gain of an index when sorting by oldest
to newest, would i also create an index that sorts by post_date asc...
thanks
tragik Guest
-
Multiple Indexes
I am producing a conference program that has the names and details of all the conference attendees. I need to index these attendees both by name and... -
indexes in cs
Is it possible to easily create an InDesign index from a Word document? In other words, if the Word doc comes through with a special character... -
Indexes
hello, here is my question. if you have a table called related_to and it has these fields: id active from_class_id from_id type_cid... -
Two indexes?
I'm doing a book with a long contributor index as well as a standard index. Is it possible to use ID's indexing feature for both, or am I limited to... -
Rebuilding indexes
I've been experimenting with so called 'Browned-Out Indexes' those that are inefficent space wise and I can't seem to get the Oracle Rebuild or...



Reply With Quote

