VergeResources
Programmer
We have a rather large table that contains ~10 million records (it's a general ledger). Most of the queries users want to perform are for certain date ranges. Currently, we don't have any indexes on the date fields - my DBA says that they won't work effectively(OS/390 DB2 V6). Will version 7 handle dates any better? I implemented the exact same database for another client using Oracle and the date indexes made a huge difference.