Replies: 2 comments
-
Does Laravel have a plugin package with MySQL database ? My business data volume is very large, so I am considering dividing it into databases and tables to handle queries on large data, in order to improve efficiency If I have 4 tables in the same MySQL database and the table structure is the same, as shown in Figure users01,users02,users03,users04,
Can I perform data sharding according to the specified fields, add, delete, modify, and query data, and perform related operations on the associated table, |
Beta Was this translation helpful? Give feedback.
-
Creating tables like: table_nameXX is a very bad idea. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version
10.23.1
PHP Version
8.2.3
Database Driver & Version
5.7
Description
We are currently looking solution/library for Sharding our DB with Laravel. Do you know the good one?
Steps To Reproduce
We are currently looking solution/library for Sharding our DB with Laravel. Do you know the good one?
Beta Was this translation helpful? Give feedback.
All reactions