I'm thinking of an implementation that may have 100 thousand categories. Is that possible? Is there a documented limit? Would there be a performance hit?
Thanks, Al
I just did a quick check of en.wikipedia.org and there are 935,355 categories that exist, there are even more that are being used but dont have pages that have been created yet. So hundreds of thousands isnt really an issue when you consider there is almost a million on one of the 10 biggest websites.
John
On Fri, Nov 30, 2012 at 6:36 PM, Al Johnson alj62888@yahoo.com wrote:
I'm thinking of an implementation that may have 100 thousand categories. Is that possible? Is there a documented limit? Would there be a performance hit?
Thanks, Al _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Not sure what this will do to your computers' resources. I'm assuming that Wikipedia has a bit more horsepower than you.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Haim (Howard) Roman Computer Center, Jerusalem College of Technology Phone: 052-8-592-599 (6022 from within Machon Lev)
On Sat, Dec 1, 2012 at 3:31 AM, John phoenixoverride@gmail.com wrote:
I just did a quick check of en.wikipedia.org and there are 935,355 categories that exist, there are even more that are being used but dont have pages that have been created yet. So hundreds of thousands isnt really an issue when you consider there is almost a million on one of the 10 biggest websites.
John
On Fri, Nov 30, 2012 at 6:36 PM, Al Johnson alj62888@yahoo.com wrote:
I'm thinking of an implementation that may have 100 thousand categories.
Is that possible? Is there a documented limit? Would there be a performance hit?
Thanks, Al _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
On 01/12/12 00:36, Al Johnson wrote:
I'm thinking of an implementation that may have 100 thousand categories. Is that possible? Is there a documented limit? Would there be a performance hit?
Thanks, Al
No, you can have an arbitrarily large number of categories.
I hope you won't try to add all of them at once to a single article, though :)
Oh no ;) Each page will only have a few. I may have a setup where each page is not an article, per se, but host some data along with some free-form text. I just need a way to organize them by topic and using the Category functionality seemed the easiest way. But, I have no experience working with MW at all so I don't know if that's the best way. I don't see any other kind of organizing functionality.
________________________________ From: Platonides Platonides@gmail.com To: mediawiki-l@lists.wikimedia.org Sent: Monday, December 3, 2012 3:51 PM Subject: Re: [MediaWiki-l] Is there a limit on the number of categories?
On 01/12/12 00:36, Al Johnson wrote:
I'm thinking of an implementation that may have 100 thousand categories. Is that possible? Is there a documented limit? Would there be a performance hit?
Thanks, Al
No, you can have an arbitrarily large number of categories.
I hope you won't try to add all of them at once to a single article, though :)
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Without knowing exactly what you are trying to achieve here, it sound from your descriptions like you might find the Semantic MediaWiki family of extensions useful. It lets you store pieces of data together with a page, and you have far better ways to display this data in arbitrary ways, or making lists of articles based on such data, than by just hacking around with categories. http://semantic-mediawiki.org/ /Leo
_______________Leonard Wallentinleo_wallentin@hotmail.com@leo_wallentin+46 (0) 735 - 933 543
Date: Mon, 3 Dec 2012 17:31:17 -0800 From: alj62888@yahoo.com To: mediawiki-l@lists.wikimedia.org Subject: Re: [MediaWiki-l] Is there a limit on the number of categories?
Oh no ;) Each page will only have a few. I may have a setup where each page is not an article, per se, but host some data along with some free-form text. I just need a way to organize them by topic and using the Category functionality seemed the easiest way. But, I have no experience working with MW at all so I don't know if that's the best way. I don't see any other kind of organizing functionality.
From: Platonides Platonides@gmail.com To: mediawiki-l@lists.wikimedia.org Sent: Monday, December 3, 2012 3:51 PM Subject: Re: [MediaWiki-l] Is there a limit on the number of categories?
On 01/12/12 00:36, Al Johnson wrote:
I'm thinking of an implementation that may have 100 thousand categories. Is that possible? Is there a documented limit? Would there be a performance hit?
Thanks, Al
No, you can have an arbitrarily large number of categories.
I hope you won't try to add all of them at once to a single article, though :)
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org