2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
0
You can incorporate group and member information into your QLDB ledger data model. This way, when data is exported to S3, this information is included.
Once data is in S3, you can use AWS Glue for data processing and Amazon Athena for querying and you can specify a prefix for the S3 bucket to help organize data by group.
0
OK, thanks for the answer.
Let's say group 1 has 4 tables.
When insert documents into each table, incorporate in EACH document name-value pairs (sort of like a header) of the group and member information.
For example: {GroupName : value1, GroupID : value2, MemberName : value3, MemberId : value2}.
répondu il y a un an
Contenus pertinents
- demandé il y a 8 mois
- demandé il y a un an
- demandé il y a 8 mois

OK, thanks for the answer.
Let's say group 1 has 4 tables.
When insert documents into each table, incorporate in EACH document name-value pairs (sort of like a header) of the group and member information.
For example: {GroupName : value1, GroupID : value2, MemberName : value3, MemberId : value2}.