Hi Andrei,
in Activity log for public store the log shows textually user activity.
Watching the table structure, what is saved is product (category, ecc.) Name, rather than related ID. This means that if a product (Category, etc.) name is changed, the information is outdated.
Furthermore, saving text takes huge space in db (my log now is 1.8 GB!), and is slow in data retrieval.

Is it possible to improove activity log in 4.3 so it saves IDs for strings of LocaleStringResource and IDs from related item tables (Product, Category, etc.)? It'll be faster and more efficient.