Hi Sushama, if you want to remove the node, calling remove() and save() is your only option. There is no alternative approach. Maybe you can elaborate little bit on what is "quite a long time". As for the reasons if it is save() paret that takes long, it's most likely related to the operations that you have performed in same session earlier and not saved them. Upon saving node changes (any changes not just removals) JR will perform referential integrity check so if you have many nodes in your session that were not saved, this operation might take some time. If you feel that any kind of ops is too slow, then perhaps you need to review your configuration and connection speed to the database you are using.
Also please be aware that having too many 1000+ siblings on same level doesn't help the performance either, since you are working with a hierarchical structure, ideal shape is balanced tree where subnodes are evenly distributed along the tree. HTH, Jan -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=9251d1db-c14b-475a-a7e4-d84253045fa8 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------