Hi Team,
We are using Traccar to track a large fleet of GPS devices. I would like to understand:
How many records (positions) does Traccar process and insert into the tc_positions table at a time?
Does it support batch inserts?
What are the known performance limits in terms of the number of devices sending data simultaneously?
We are planning to scale up to 4000+ devices, each sending data every 20 seconds.
Would appreciate insights on:
How Traccar queues and processes incoming device data
How we can optimize Oracle/MySQL to handle the load
Any thread or database pool configurations that help improve performance
Thanks in advance!
Bibhuti
Traccar does not batch writes.
With our load tests in the past we were able to get 6000 locations per second on writes.
Hi Team,
We are using Traccar to track a large fleet of GPS devices. I would like to understand:
How many records (positions) does Traccar process and insert into the tc_positions table at a time?
Does it support batch inserts?
What are the known performance limits in terms of the number of devices sending data simultaneously?
We are planning to scale up to 4000+ devices, each sending data every 20 seconds.
Would appreciate insights on:
How Traccar queues and processes incoming device data
How we can optimize Oracle/MySQL to handle the load
Any thread or database pool configurations that help improve performance
Thanks in advance!
Bibhuti