it seems that databases can be divided into relational dBs also called SQL databases and NoSQL databases. My question is where do in-memory-databases fit into this picture? I only find in-memory-databases use the main memory as data storage instead of the disk storage. Can both relational and NoSQL Databases use this in-memory-technology ?
Thank you !