Boris, I need a master and detail related in one (master) to many (detail). The master should have auto-id, but the detail will not have a primary key. I need to write 12M objects to the detail at a time. I want it to be indexed with a BTREE on Date and related to a date/time in master. How to achieve this? Bruce