🌎 Community-curated list of tech conference talks, videos, slides and the like — from all around the world

🎤

In this presentation we will look at storing complex data in a single field. Many noSQL solutions are created around this (such as Redis’ lists, sets and hashes; MongoDB’s records), and many relational database now also support storing complex data in a single field through specific data types (such as PostGreSQL’s JSONB or hstore). Each of the different database engines support different things, and handle these data types in different ways. In this session we compare the different approaches to storage, indexing and interactions with these data types in different databases.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.