View Issue Details

IDProjectCategoryView StatusLast Update
0003014OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-04-19 13:32
Reporterarvydas_vapsva 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version4.5.10 revision 44222 
Summary0003014: Oxid Export - Memory Leak!
DescriptionFrom dev-general:

Hello Community,

the class DynExportBase inserts all the eshop's articles into a
Heap-Table. With larger product lines this sub-process takes a huge
amount of time in comparison to the whole export-process.

Running into a Timeout while exporting the articles, the created
Heap-Table will stay in the heapspace of the server until the machine
restarts or an administrator cleans up the database manually.

What was the intention of using a heap-table when the class was
originally written?

Regards,
Mitch
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2011-07-14 14:43

reporter   ~0004858

@developers: check from source code side if such issue still exist

Linas Kukulskis

2012-04-19 13:32

reporter   ~0006341

memory table changed to innodb, for ability easy delete if timeout proceeded.
and no memory leaks will appear.