|
|
Browse by Tags
All Tags » schema (RSS)
-
Ola,
Se voce faz:
ObjectSet<Categoria> ls = db.get(Categoria.class);
Eu acho que voce vai ter no ls.size() == 4, so que nao vai ter o field ''usuarios''. Eu acho que se voce tiro o field, nao sei por que quer trabalhear com ele. E isso por que ? por que nao vai ter uma clase com o field ''usuarios'' pra poder usar. ...
-
I think the downside will be scaling and clustering. Lets say I got more than 1 Application server, so I need to switch easily from embedded mode to c/s mode. Before the changes this switch was possible. But now I have to implement two different ConnectionPools. And in case of 1000 different user (with different schema) use the Application within ...
-
Hello Carl,
as mentioned in the documantaion of db4o, I use separate database files to get an ''easier rights management'' and to achieve the ''better performance of smaller individual database files''. So every user get his own database.
For this usecase (where I don't know every existing user at deploy time), the approach of switching the ...
|
|
|