Insertion every one minute

Hello Devs

I’m new to mongodb and I have a few questions if someone can help me

1- Can Mongodb handle inserting a medium amount of data every minute as I’m building an application that needs to update and insert data every minute

2- Is there a specific schema design I must use for such an app?

Thank you

Hi @Seif_Omran ,

MongoDB is a good fit for data ingested over time. We do have some specific solutions for storing timeseries data which sounds like what you are talking about where data is ingested over time:

I would start by looking into using timeseries collections for your schema.

On another note I suggest to read the following articles for our patterns and anti patterns

Thanks
Pavel

1 Like