|
|
Browse by Tags
All Tags » ObjectManager » Query (RSS)
-
We would like to use an Object Database, as part of a high frequency data .NET application, to store 50GB of data per day, 5 days a week. (We would be storing 512 bytes objects at rates of up to ~3MB of data per second, we expect to store 10 Terabytes a year)
We are worried regarding db4o maximum dbsize limit, 254GB, which would ...
-
Hi
Assuming I have a large set of objects, each with an embedded Collection of some sort, can I use the Object Manager query facility to query on the Collection size? In other words something like this:
FROM 'com.test.Object' where collection.size() > 50
The OM documentation shows the basics only so I am not sure what can be done with the ...
|
|
|