Skip to content
Advertisement

Tag: large-data

i have a problem with search using php, mysql

I have 50M data in my database (mysql phpmyadmin), when I search inside this data using php it takes a lot of time, very slow How can i solve this problem? my code : and thanks I’ve already tried using limit and Like But nothing happened Answer There are three things I can suggest you that can improve the performance

Parse Large (100MB) JSON with PHP using salsify’s JsonStreamerParser in PHPProBid

I have a JSON file: which contains an object of objects (about 60000+). I’ve also installed https://github.com/salsify/jsonstreamingparser via composer to save every item into a database in PHPProBid as written in the following code: Once decompressed, the JSON file looks something like this: or in a human-readable way: Nonetheless, when I call that function it gets stuck after about saving

Advertisement