[odb-users] Special Schema.
Boris Kolpackov
boris at codesynthesis.com
Wed Jul 23 03:02:39 EDT 2014
Hi Bruce,
Bruce Cresanta <cresanta at me.com> writes:
> 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?
>From this description I have a very vague idea of what you trying to
achieve. Also, you didn't say what you have tried/what doesn't work.
It is possible in ODB to have an object without id. Also the index
definition pragmas are pretty flexible. So what's the problem?
Boris
More information about the odb-users
mailing list