質問

I have very very simple general question. Is Magento using soft delete or hard delete for table records? If its using hard delete means, what is the reason? why we are not following soft delete?

正しい解決策はありません

他のヒント

Magento uses hard delete.

I don't know why - but one might guess that it is because the number of tables used to save a product (i.e. many tables, few fields) for it's EAV system would mean it is far to complicated.

Another guess would be that there are many ways to stop a product showing on the store that they could be considered a soft delete.

ライセンス: CC-BY-SA帰属
所属していません magento.stackexchange
scroll top