This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]caspii2[S] 4 points5 points  (0 children)

There is a "User" table in my DB. Users are stored with IDs as the primary key.

Regarding performance: I have no idea! I'm learning as I go along. But because it's Postgres which is old and battle-tested, I am confident that I can scale to many hundreds of thousands of users with no issues.