Asset Counts
RAM UI displays 'Total Asset Count' on Repository admin TAB.
Question is-
a) Does this number computed from assets records, stored in backend database?
b) Does statistics/search indexes have any thing to do while arriving at total of asset count?
c) Does repository file systems (where artifacts are located) plays any role here?
Thanks and Regards,
Avnindra
Question is-
a) Does this number computed from assets records, stored in backend database?
b) Does statistics/search indexes have any thing to do while arriving at total of asset count?
c) Does repository file systems (where artifacts are located) plays any role here?
Thanks and Regards,
Avnindra
One answer
They are all retrieved from search of the statistics search index. This is not a database search. Like regular asset search the statistics search index is periodically updated. It keeps the info for specific time ranges: last week, last month, last quarter, last year.
Except for total asset count. That is the current count in the current search index. It doesn't change depending on the time range selected.
Except for total asset count. That is the current count in the current search index. It doesn't change depending on the time range selected.