RPI offers native support for three NoSQL data warehouses – MongoDB, CosmosDB and Couchbase. All three are examples of Document databases, which persist (potentially unstructured) data in a Collection of Documents, rather than in a series of related tables as per a traditional SQL database. NoSQL databases can offer significant cost and performance advantages over SQL databases.