Data caching

Victor Ferreira6 years ago

I’ve two instances of Traccar that are pointing to the same database but they don’t seem to stay in sync. Apparently, some of the information about the devices, like connection status, are kept in memory (I believe for performance reasons) and not saved to the database right away. Is it possible to disable this caching and only use the database?

I’ve looked into the documentation but didn’t find anything about a caching configuration.

Anton Tananaev6 years ago

There is no way to disable caching. Data is saved right away, but it's not refreshed until you can relevant API to change something.

Victor Ferreira6 years ago

I wonder if there’s a way to make the UI update from a external trigger or from a database update. Is it possible?

Anton Tananaev6 years ago

Unfortunately it's not possible at the moment.

Victor Ferreira6 years ago

Do you have any recommendation on how could I share data with others systems or others instances of Traccar?

Anton Tananaev6 years ago

Other systems - database or data forwarding. Traccar - forwarding (but it's limited).

Victor Ferreira6 years ago

One more question: is there any documentation where I can get started with data forwarding?

Anton Tananaev6 years ago

Yes, there is documentation. Please use search before asking questions.