Hello all, I decided to implement tagging on my video library. My first solution was to use one table for the tags. Containing the videoid and tagname. When I loaded in 1,000,000 test tags this became slow to generate my tag cloud data. My new solution was to split up the tags into two tables. One containing...
Posted to
Stefan's ASP.NET Blog
(Weblog)
by
stefan.sedich
on
12-22-2007, 12:00 AM
Filed under: ASP.NET, .NET, MICROSOFT, .NET 3.5, SQL, LINQ, C#, TagCloud, Tags, Tagging