db4o experiences?

后端 未结 4 646
伪装坚强ぢ
伪装坚强ぢ 2020-12-23 16:59

I\'m currently trying out db4o (the java version) and I pretty much like what I see. But I cannot help wondering how it does perform in a real live (web-)environment. Does a

4条回答
  •  春和景丽
    2020-12-23 17:51

    Most native queries can and are efficiently converted into SODA queries behind the scenes so that should not make a difference. Using NQ is of course preferred as you remain in the realms of strong typed language. If you have problems getting NQ to use indexes please feel free to post your problem to the db4o forums and we'll try to help you out.

    Goran

提交回复
热议问题