caluga - java blog

Caluga - The Java Blog
latest blog entries page 7 / 18
MongoDB Messaging via Morphium

One of the many advantages of Morphium is the integrate messaging system. This is used for synchronizing the caches in a clustered environment for example. It is part of Morphium for quite some time, it was introduced with one of the first r

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags: Java - programming - Morphium

creator Stephan Bösebeck 2018-05-06

read more
New Release Morphium 3.2.0Beta2 - Java Mongo Pojo Mapper

Hi,

a new pre-release of morphium is available now V3.2.0Beta2. This one includes a lot of minor bugfixes and one big feature: Messaging now uses the Oplogmonitor when connected to a Replicaset. This means, no polling anymore and the system g

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags: MongoDB - POJO - Java - MongoDB - Morphium

creator Stephan Bösebeck 2018-05-02

read more
Use GridFS or do it yourself

note: This post is from 2017, I just added some numbers to show the efficiency of this approach. At the time of this post, mongodb 3.0 was not out yet.

You don't own it till you make it

This is the well-known DIY saying. The question is, d

Edit

category: global --> Computer --> programming --> MongoDB

tags:

creator Stephan Bösebeck 2017-11-27

read more
New Release of Morphium V3.1.7

We just released V3.1.7 of morphium - caching mongodb pojo layer.

  • performance increase insert vs upsert
  • update handling of non-mongoid ID-fields (bugfix)
  • updated Tests
  • new strategy for buffered writer: WAIT
  • setting maxwait / ti

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags: MongoDB - Java

creator Stephan Bösebeck 2017-11-21

read more
new release of Morphium 3.1.5

This release is about tidying up things a bit and includes some minor fixes and tweaks.

  • fixed some statistics
  • removing drivers into different project
  • improving byte array / binary data

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags: Morphium

creator Stephan Bösebeck 2017-09-29

read more