#1 Re: General » Upper Limits Of Pages? » May 1, 2012 8:28pm

To start, I'm going to try to see if the the framework will hold up
under the mass of pages Im going to put in it. If it does, and it can
display the sub pages on a single page, thats still functional for my
purposes. I'll look into adding the pagination. Good heads up on the
overloading of Core files. Thank you.

#2 Re: General » Upper Limits Of Pages? » May 1, 2012 7:12pm

Oh, I didn't know that the reordering function needs the full set. Hm. Implementing the ordering function as a column that auto increments each additional pages "order" by 5 so that there is 'room' between pages is not a terrible solution, but those numbers will become very large, linearly, with the size of pages, and at some point, the form field will run out of space to properly display them in the view.

For my purposes, I dont need page ordering, so I'm fine with it being broken, but as something of general value to the public, and something I'd be proud pulling on Git, this might need some more discussion.

#3 Re: General » Upper Limits Of Pages? » May 1, 2012 1:10am

Hey Curt,

I ran some of my own tests and saw that above 1000 children of a page rendered everything just fine. My structure would be 20-50 "Parent Pages" and each of those would have 1000-5000 children. The only thing I saw that I think would be helpful is pagination. I tried adding it, but Im in a foreign source tree here, so please forgive me. I've been poking around the source and don't see where

function local_drawPageTree($nav,$title,$subtitle,$class,$draggable = false) {

throws it's query to get the results it displays. I think with a little more tweaking I could make pages of 100, which would keep the memory, ajax, and other problems at bay when dealing with these huge data sets.

I've been really impressed with the codebase thus far though.

Thanks a lot for your help,

Josh

#4 General » Upper Limits Of Pages? » April 29, 2012 8:30pm

enigmabomb
Replies: 7

Hi Guys,

I'm wondering if BigTree has an upper limit on the number of hierarchical pages? For example, I want to have 20-50 "parent pages" with as many as 5000 pages below each of those. In WordPress (Is that a dirty word here?) this breaks the admin views because the queries get so large. Has anyone run a setup this large on BigTree? Are their any reasons why it's not possible? I suspect the sitemap functionality may break, but that's ok.

Thank you,

Josh   

Board footer

Powered by FluxBB

The Discussion Forum is not available on displays of this size.