How to decrease a Magento 2 database size after a long-term intensive usage?
|
|
1
|
1489
|
January 13, 2022
|
How to fix the «Base table or view not found: catalog_category_product_index_replica» Magento 2.2 bug?
|
|
2
|
12195
|
April 27, 2021
|
Deadlock occur during mass product import programatically
|
|
7
|
2761
|
September 15, 2020
|
How to fix the «Table `admin_user` doesn't exist» failure on `bin/magento admin:user:create` while using a database tables prefix?
|
|
2
|
1356
|
December 1, 2018
|
How to execute the COUNT() SQL function
|
|
2
|
11952
|
December 1, 2018
|
How to dump a store's settings for convenient reading and comparison in tools like Araxis Merge?
|
|
1
|
515
|
November 10, 2018
|
How to fix the «Invalid default value for 'updated_at'» MySQL 5.7 failire?
|
|
1
|
4040
|
July 30, 2018
|
How to get the database name programmatically
|
|
1
|
2677
|
March 13, 2018
|
How to decrease the database size while using Mirasvit Cache Warmer?
|
|
0
|
543
|
February 7, 2018
|
How to fix the «You do not have the SUPER privilege and binary logging is enabled» issue?
|
|
1
|
8255
|
August 14, 2017
|
How to fix the «Integrity constraint violation: Duplicate entry for key 'SALES_ORDER_INCREMENT_ID_STORE_ID'» failure?
|
|
1
|
1676
|
July 15, 2017
|
How to fix the «Table "catalogrule_product_replica" does not exist» Magento 2.2 bug?
|
|
1
|
1228
|
July 8, 2017
|
A code from the \Magento\Catalog\Model\ResourceModel\Category::_getMaxPosition() method can be simplified from 5 lines to 1
|
|
0
|
757
|
January 26, 2016
|
Naming inconsistency: identically named method addCommitCallback() is called BEFORE a commit in the \Magento\Framework\DB\Transaction class, but AFTER a commit in the \Magento\Framework\Model\ResourceModel\AbstractResource class
|
|
0
|
832
|
January 27, 2016
|
How is the «vault_payment_token» database table implemented and used?
|
|
1
|
1877
|
June 5, 2017
|
How to implement one-to-many with attributes implementation between custom model and catalog products?
|
|
0
|
871
|
May 5, 2017
|
How to create a translatable custom model?
|
|
0
|
508
|
April 12, 2017
|
How to implement a one-to-many relationship between a custom entity and products?
|
|
1
|
2130
|
April 7, 2017
|
app/etc/env.php — the place where Magento 2 stores the database credentials, backend URL, enabled cache types, etc
|
|
2
|
13514
|
April 1, 2017
|
How to detect the changed Magento 2 entities if they could be changed without updating the stantard «updated_at» field?
|
|
2
|
1292
|
January 20, 2017
|
How to get the Magento 2 core problems solved by my requests?
|
|
1
|
990
|
January 18, 2017
|
How to find the Magento 2 database credentials using the command line?
|
|
1
|
1345
|
November 22, 2016
|
How to rename a database column?
|
|
1
|
2486
|
November 4, 2016
|
How to change (modify) a column definition for a database table
|
|
1
|
19193
|
January 26, 2016
|
How to programmatically execute the «SHOW TABLE STATUS» SQL statement for a database table
|
|
1
|
2367
|
January 26, 2016
|
How to alter a database table?
|
|
1
|
2806
|
January 26, 2016
|
How to delete (drop) a foreign key from a database table
|
|
1
|
4136
|
January 26, 2016
|
How to add a foreign key to a database table
|
|
1
|
10384
|
January 26, 2016
|
How to delete (drop) an index from a database table
|
|
1
|
6229
|
January 26, 2016
|
How to add an index to a database table
|
|
1
|
10869
|
January 26, 2016
|