w3c / automotive-viss2

MIT License
9 stars 15 forks source link

Read/Write towards Redis & flash wear investigation #105

Closed renjithrajagopal-sudo closed 9 months ago

renjithrajagopal-sudo commented 9 months ago

Hey, Just wondering if any investigation carried out around topic of Flash wear for REDIS read/write operation while it is being deployed to target Vehicle hw. Since VISS involves read/write of high frequency VSS datapoints, Flash wear will be a major concern ?

UlfBj commented 9 months ago

@volvorenjithraj my understanding is that Redis typically runs in RAM, not Flash?

renjithrajagopal-sudo commented 9 months ago

@UlfBj Yeah , I see both support for Redis, DRAM & Flash as well.Wondering if historical data point storage leverage flash as well ?

UlfBj commented 9 months ago

The historical data point storage runs in RAM. It does not use Redis for its storage needs.

renjithrajagopal-sudo commented 9 months ago

@UlfBj Thank you for update.