0
I am building a project in ASP.NET MVC 5 with Postgresql database, in this database there is a history table that will grow in about 500,000 lines per month and we will have reports that will gather data from one-year periods. So we thought we’d use Mongodb for this specific table and all the rest of the database would be with Postgresql. Since we will have a much higher performance in this table using Mongodb.
Is it worth using this type of architecture with Postgresql and Mongodb in the same project? If so, what is the best way to do it and what tools? If not, what is the most appropriate method?
Thank you for the reply
– Anderson