Mysql – Best practice to preserve the big data for table
I have table, Table Book id,name,buyers And each row has the list of buyers. buyers are about 100000. So now I have two ideas. First one is Push the array of 100000 elements in row id, name, buyers 1, nice…