Konard / LinksPlatform

Holistic system for storage and transformation of information based on associative model of data. Целостная система для хранения и обработки информации, основанная на ассоциативной модели данных.
https://linksplatform.github.io/Documentation/
GNU Lesser General Public License v3.0
57 stars 8 forks source link

Read access frequency metric #589

Open Konard opened 3 years ago

Konard commented 3 years ago

Possible variants:

  1. AverageReadAccessTime, LastReadAccessTime - it is possible to update AverageReadAccessTime based on LastReadAccessTime each time something is accessed.
  2. CreationDateTime and TotalReadAccessCount will give the same AverageReadAccessTime if we use formula: (Now - CreationDateTime)/TotalReadAccessCount