Is it possible to have too many nodes in the umbraco cms? I'm currently taking over development of an umbraco site which will have user-generated content and a commenting system. If I were to store all this data as content nodes, will the system scale gracefully?
I understand that the entire content is held as xml in runtime memory -- so it seems like a bad idea to be treating the cms as a datastore for user comments if this will cause runtime memory to grow and grow. However, that's the way suggested to me by someone who knows much more about umbraco than I do.
Is it common in umbraco to do things this way?