Ir al contenido principal

Entradas

Mostrando las entradas de 2023

Geento goes to binary after long time being source based

Well that was actually a long time ago, but few knew it and now the geento page makes it official so that they know that they can choose this option... without having to wait hours or have the power to compile You probably all know Gentoo Linux as your favourite source-based distribution. Did you know that our package manager, Portage, already for years also has support for binary packages, and that source- and binary-based package installations can be freely mixed?

Vertica vs RDBMS and noSQL database cases

  Document/key-value databases is typically good for unstructured/"schemaless" data. Usually, the cases when you don't need to explicitly define your schema up front and can just include new fields without any ceremony. Most modern fiscal printers uses such way of storage in the client machine. In recent years those kind of databases where a boom, previously we have been on the benealt of LevelDB but such engine was very unstable when crashing. It's often very easy to scale out document/key-value databases. Just by more parts of same structures (knows as nodes) to replicate data to is one way to offer more scalability and offer more protection against data loss. Otherwise, complex/dynamic queries/reporting are best served from an RDBMS. Often...

Popular