Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Guy Pucill 23 posts 73 karma points
    Oct 23, 2010 @ 23:18
    Guy Pucill
    0

    Using Umbraco 4.5.2 for searching and building large database

    I need pointing in the right direction if i was to create something like www.bbc.co.uk/gardening/plants/plant_finder/ in Umbraco.

    As i see it I have two choices:

    I make a custom table for each attribute with relevant relational tables and then pull/push the data with the umbraco.BusinessLogic.Application.SqlHelper() class.

    or

    I use a single documenttype with template to create thousands of child documents each containing an item record with all the related content via datafields.

    What is the way to go? I think the second method would create to many nodes and slow the system down?

    Thanks

     

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Oct 24, 2010 @ 09:56
    Dirk De Grave
    0

    Go with custom tables and have a look at Examine to index and search with your custom datasource

     

    My .02 cents

    Cheers,

    /Dirk

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies