
©2023 Percona | Confidential | Internal use only
Description from schedule
Relational databases = strict data types and stored schema.
JSON = free form but no data rigor.
But what if you could reliably use JSON in your relational database to get performance, the
processing power of Structured Query Language (SQL), and retain the flexibility JSON is
known for?
This talk will cover the best practices for using JSON in your relational database, how to
temporarily transform unstructured JSON data into structured data with JSON_TABLE() or
permanently with generated columns.
And how do you ensure that the JSON data has the proper format or is required before entry
to the database.
2
评论