Ticket #617 (closed Defect: fixed)

Opened 11 years ago

Last modified 11 years ago

Core: optimize topic deletion

Reported by: jri Owned by: jri
Priority: Major Milestone: Release 4.2
Component: DeepaMehta Standard Distribution Version: 4.1.3
Keywords: Cc: dgf, Malte
Complexity: 2 Area: Performance
Module: deepamehta-core

Description

Currently the Core retrieves the topic to be deleted along with all its child topics. This is not necessary and not efficient in particular as the childs in turn are retrieved again with their childs, that is the same childs are retrieved again and again.

Change History

comment:1 Changed 11 years ago by jri

  • Status changed from new to accepted

comment:2 Changed 11 years ago by Jörg Richter

Core: optimize topic deletion (#617).

The childs of the topic(s) to be deleted are *not* fetched.

See #617.

comment:3 Changed 11 years ago by jri

  • Status changed from accepted to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.