ACID and Isolation Level Overview

ACID (atomicity, consistency, isolation, and durability) is an acronym. The acronym stands for Atomicity, Consistency, Isolation, and Durability. In Computer Science ACID is an important concept for databases. ACID is a set of properties that guarantee that database transactions are processed reliably.

Big Data: Playing with Lucene

For my current project I’ve been forced to work with Lucene. Who’s that? It’s an open source library for information retrieval. It’s good for finding information in really big data. So if you want to find sth. fast in the archives of the National Library, you might want to use Lucene. Why is it so … [Read more…]