Replies: 1 comment
-
Hello In my opinion index on uid field is enough Most probably the best to choose is document model So the query to check what uid 123123 is accessing is relatively simple
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
Due to some regulations I need to log and track all the access done over our sensitive data by someone.
I would like to try Immudb but not sure yet how to model my database.
The data access will stored and indexed by the user ID that was accessed. For example
So the uid: "123123" might be accessed by different people and accessing different kind of data.
During some auditing process, I need to show who and what was accessed regarding the uid: "123123".
Should I create a database for each uid ?
Should I use a single database ?
What would be the best architectural design approach to log all those access, considering I huge amount of users and data access logged ?
Best Regards.
Kleyson Rios.
Beta Was this translation helpful? Give feedback.
All reactions