ARTICLES
4 differences between NoSQL and relational databases
To meet the demands of online applications, the databases must be capable to manage always more information and ever more rapidly. In this context, NoSQL databases have got their place beside relational databases. Here are [...]
Ordered hashtable
1. Hashtable A hashtable is a solution for associating keys with values. Its success comes from its speed. To work, a hashtable computes a hashcode for each key. This hashcode is used to designate the [...]
Asynchronous vs synchronous API – A 10:1 ratio
The NoSQL databases implement various techniques to meet the need for even faster access to (big) data: the asynchronous API is one of them. Let's be down to the earth: to store or retrieve information, [...]