Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

StarCitizen:Icache

From SAS Gaming Wiki

iCache, or item cache, is a highly distributed and fault-tolerant storage/query engine used by Star Citizen that greatly out-performs the legacy StarCitizen:pCache.<ref name=":1">Template:Cite RSI</ref>

It uses a proliferated fleet of services to optimize querying in a scalable fashion, while using best practices for fault tolerance and recovery so for example all nodes have their data replicated in the network so even if one goes down, only partial data response is briefly lost and quickly a new one is rebuilt in it's place, so automatic regeneration.<ref name=":0">Template:Cite RSI</ref>

The new icache is also being built with gameplay systems in mind and understanding of how data needs to be queried from game servers. At this point Cloud Imperium Games has a much better idea of how Star Citizen works than when the legacy pCache was created, so they can design their item data and query schema to make this new system efficient and minimal, which will also help with stability and scalability.<ref name=":0" />

This system is important, particularly as the StarCitizen:Persistent Universe sees greater volumes of players and StarCitizen:server meshing comes online.<ref name=":1" />

References

Template:Stub