<%= t.reports.database_statistics.name %>

Objects

There are <%= @db.stats('objects').to_s_with_ts %> objects in the database
with together <%= @db.stats('object_tags').to_s_with_ts %> tags

Nodes

There are <%= @db.stats('nodes').to_s_with_ts %> nodes
of which <%= @db.stats('nodes_with_tags').to_s_with_ts %> have at least one tag
(thats <%= (10000.0 * @db.stats('nodes_with_tags') / @db.stats('nodes')).to_i.to_f / 100 %> %)
with together <%= @db.stats('node_tags').to_s_with_ts %> tags
(or about <%= ( 100.0 * @db.stats('node_tags') / @db.stats('nodes_with_tags')).to_i.to_f / 100 %> tags per tagged node)

Ways

There are <%= @db.stats('ways').to_s_with_ts %> ways
(of which <%= @db.stats('closed_ways').to_s_with_ts %> are closed)
with together <%= @db.stats('way_tags').to_s_with_ts %> tags
(or about <%= ( 100.0 * @db.stats('way_tags') / @db.stats('ways')).to_i.to_f / 100 %> tags per way)

Relations

There are <%= @db.stats('relations').to_s_with_ts %> relations
with together <%= @db.stats('relation_tags').to_s_with_ts %> tags
(or about <%= ( 100.0 * @db.stats('relation_tags') / @db.stats('relations')).to_i.to_f / 100 %> tags per relation)

Tags

There are <%= @db.stats('num_keys').to_s_with_ts %> different keys
and <%= @db.stats('num_tags').to_s_with_ts %> different tags