Project

General

Profile

Feature #707

Updated by Alexander Watzinger over 7 years ago

Refactor entity types and link types: Performance could be better. Actor update is still very slow. 

 - refactor begin and end, get all types 6 dates in entity sql and set in populate 
 - refactor types to get them all at once (in sql select as array for every entity/link array), add count 
 - get first refactor alias: compare new and last old array, delete/insert according 
 - refactor link: take only ids and implement checker switch in sql for every entity/link settings 
 - delete links not single but as an array

Back