-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
When using Nlog, one usually has a different logger for each class he uses it in.
By choosing logger name as Partition key, aren't you fragmenting you data in awkward way.
When you query log entries, you always first filter by date/time. So for example you query the logs for the last hour or day, and Azure Table is gathering data from god knows how many physical partitions, because the logger names are scattered.
Should't date be main part of partition/row keys?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels