Martin Kal�n wrote:
The index-descriptor is (as Charles pointed out) only used if you generate
DDL/SQL with OJB using Torque.

If you create your database "by hand", you can remove all index-descriptor
attributes to get a cleaner OJB repository.

Clarification: The index-descriptor attribute is only used to get
"CREATE INDEX" DDL in the Torque-generated script.

Even if you specify index-descriptor attributes OJB will still not
use the indexes automagically when performing queries against the DB,
since query generation is not (cannot be) changed due to any
index-descriptors.

Regards,
 Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to