|
|
Browse by Tags
All Tags » client/server » Configuration (RSS)
-
Hi
I just found out that db4o can't be started in client/server mode and grant access to a user if the configuration is configured to
config.queries().evaluationMode(QueryEvaluationMode.SNAPSHOT);.
This will result in the folowing exception.
Exception in thread ''main'' com.db4o.foundation.NotImplementedException
at ...
-
Thought the BlockSize setting had an impact, so I did put in 99 more graphs and they averaged 151 KB per graph. So, the initial impact on size has mostly do to BlockSize. Still not sure why the combination of that plus ClientServer makes the db size change from ~2 MB to ~7 MB. Any ideas Andrew?? As for the ObjectManager, ...
-
Hey Brett,I'm using the 6.3 development version. Yes, I'm creating a new db for each test so defrag should not be an issue. I use List<T>, but fields are declared as IList<T>. Seems the issue has to do with configuration. If I use the default settings, the file size is only 32 KB, so now the question is what is ...
|
|
|