What is the type of database used in indexed storage as QLDB supports storing structured, semi-structured, nested data and it doesn't enforce schema but it supports PartiQL(SQL compatible access)?
3
-
Are you asking how QLDB implements indexed storage?– MarcCommented Jan 2, 2020 at 20:01
-
Yes. Is it ok to tell more about indexed storage in QLDB?– ShivaganeshCommented Jan 3, 2020 at 5:32
-
I'm sorry, but there are no implementation details that can be shared at this point. Do you have a specific question or concern?– MarcCommented Jan 3, 2020 at 19:21
Add a comment
|
1 Answer
QLDB is built on custom Amazon AWS technology, supports indices, and is designed to handle high OLTP transaction workloads while supporting PartiQL queries as you point out.