I would like to create web app and I planned to use two types of databases.
I'm going to use PostgreSQL to keep data that requires a specific structure - for example, users - and MongoDB to keep tags for quick read and search. But recently I found some info suggesting that PostgreSQL can have similar performance to MongoDB.
So my question is, is this right?
If this is true then I would to use only one database PostgreSQL.