On 06:09 Wed 15 May, Alex SV wrote:
> Thank you. Yes, it's possible tag by hour too, but during a year it will
> generate only 365*24 hourly tags, which is not a problem.
> The thing I worry about it tagging by user, so for 10M users I should have
> 10M tags, and I don't know, how DDFS handles it.
It's best to treat the number of DDFS tags as a large but bounded
resource, and not rely on it to scale indefinitely. This is due to
DDFS requiring garbage collection, which requires all tags and their
contents to be read into the master's memory (for GC only). A tag
per-user certainly sounds very suboptimal.
--prashanth