Aws Database

Alaa5 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-trace5 months ago

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

Anton Tananaev5 months ago

We recommend a local MySQL database.

Alaa5 months ago

why local?

Anton Tananaev5 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 Chandra5 months ago

Can we use managed database also ??

Anton Tananaev5 months ago

Why not?

sdntech5 months ago

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

sdntech5 months ago

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

Ashok Chandra5 months ago

@sdntech what is you requirements??