ogm
On 05/07/2012 01:39 PM, Alan F wrote:
> Hi all,
>
> I've converted the seam hotel booking JPA example to use Hibernate OGM,
> specifically the MongoDB dialect, and documented what needed to be done
> on the wiki. The instructions and code should be fairly relevant to the
>
Hi all,
I've converted the seam hotel booking JPA example to use Hibernate OGM,
specifically the MongoDB dialect, and documented what needed to be done
on the wiki. The instructions and code should be fairly relevant to the
Infinispan dialect too.
I did encounter a few issues doing this so I h
Hi,
What I was hoping to avoid was MongoDB shifting data in a collection to
make room for new elements in a document (ie. RowKey), as it appears to
be quite an expensive operation. I was noticing a connection between
many of the big spikes in my results and the following log entries in
mongodb