C
C
Cyril2017-02-26 14:17:33
PostgreSQL
Cyril, 2017-02-26 14:17:33

Should chat messages be stored in a relational DBMS table?

Does it make sense to store chat messages in a relational DBMS table like Postgres ? Specified id with the bigserial type as the primary key .
How to handle the case when the number of messages exceeds Postgres BIGINT limits ?
Does it make sense to choose MongoDB separately for chat?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question