users
Table for storing user information
About this table
The users table is an integral part of our infrastructure, serving as the backbone for managing user data. This table is tailored to support various user-related functionalities across our applications, including authentication, profile management, and user activity tracking. It is optimized for high performance and scalability to handle our growing user base.
Access patterns
User Authentication:
- Primary access pattern involves querying by
userID
oremail
to retrieve credentials and perform authentication checks. - Example Query: Retrieve user details by
email
for login purposes.
Profile Information Retrieval:
- Frequently accessed for displaying user profile information.
- Example Query: Fetch complete user details by
userID
for profile viewing or editing.
Overview
- Table Status
- ACTIVE
- Table Size
- 762 Bytes
- Deletion Protection
- Off
- Stream enabled
- On
- Read Capacity Units
- 1
- Write Capacity Units
- 1
- Creation Date
- 2022-09-15T09:56:47.097Z