Recently I got a request from a customer to perform some search engine optimizing for an old EPiServer site we are maintaining. One of the optimizations was to fix the paging on their product page. The products are fetched from an external data source and are not stored as pages in EPiServer, thus normal EPiServer [...]
08 Mar, 2010
Posted by: Peter In: NoSQL
CouchDB is a document-oriented database written in the Erlang programming language. It is a NoSQL product designed for local replication and to scale vertically along a wide range of devices. There are several good libraries that will abstract accessing CouchDB from various programing languages. However, in order to understand what goes on in the libraries, [...]
01 Mar, 2010
Posted by: Peter In: NoSQL
Traditionally relational databases has been the primary way of storing, sorting and searching data, and for most purposes they are very good at it. However, in the last few years – with the growth of cloud computing and sites such as Facebook pushing relational databases to its limits, people have started to look for other [...]