Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

GSI für Raumreservierungs-Tabelle #4

Open
ralf-ueberfuhr-ars opened this issue Aug 21, 2023 · 0 comments
Open

GSI für Raumreservierungs-Tabelle #4

ralf-ueberfuhr-ars opened this issue Aug 21, 2023 · 0 comments
Labels
dynamodb Issues converning the database model and access

Comments

@ralf-ueberfuhr-ars
Copy link
Collaborator

ralf-ueberfuhr-ars commented Aug 21, 2023

Derzeit nutzen wir die Scan-Funktion im Code der Lambdas (Beispiel), um Reservierungen zu einem Raum und zu einem Datum zu finden. Das kann bei vielen Datensätzen die Performance verringern. Evtl. wäre hier ein GSI (global secondary index) zu überlegen.

Schritte:

  • GSI in DynamoDB einbauen (Stack Template)
  • Lambda-Code anpassen
@ralf-ueberfuhr-ars ralf-ueberfuhr-ars changed the title GSI für Raumreservierungs-Tabelle [DynamoDB] GSI für Raumreservierungs-Tabelle Aug 21, 2023
@ralf-ueberfuhr-ars ralf-ueberfuhr-ars changed the title [DynamoDB] GSI für Raumreservierungs-Tabelle GSI für Raumreservierungs-Tabelle Aug 21, 2023
@ralf-ueberfuhr-ars ralf-ueberfuhr-ars added the dynamodb Issues converning the database model and access label Aug 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dynamodb Issues converning the database model and access
Projects
None yet
Development

No branches or pull requests

0 participants