Maybe you would want to look at MongoDB for this use case, as it is very special and Mongo fulfils it well. They have a collection type called Capped collections, which has a built in FIFO feature. It has a fixed size, so any data entering the collection causing it to grow larger than the fixed size means old data gets pushed out automatically.
https://docs.mongodb.org/manual/core/capped-collections/ Scott -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
