Aws Database

Alaa4 months ago

i have about 1000 cars , and I'm using ec2 and MySQL database
can anyone suggest me what is the best database for traccar. , rds or arura and what is the storage type gp or io ? and what is the best database instance size

Track-trace4 months ago

What would not be good about Mysql while having 1000 devices ?

Anton Tananaev4 months ago

We recommend a local MySQL database.

Alaa4 months ago

why local?

Anton Tananaev4 months ago

Because from practice it works much better than remote. The usage pattern is very different from a typical database. You have extremely high write frequency.

Ashok Chandra4 months ago

Can we use managed database also ??

Anton Tananaev4 months ago

Why not?

sdntech4 months ago

@Ashok, I have a similar requirement, let me know if you want to tag team and work together?

sdntech4 months ago

@Alaa are you using mysql locally on EC2 or you have it decoupled?

Ashok Chandra4 months ago

@sdntech what is you requirements??