Posts by Rodrigo Vicentin • 31 points
2 posts
-
2
votes1
answer611
viewsQ: Read large (80gb) php file
I need to read an 80 giga file using PHP to include in a postgres database. The file is a txt with a column layout. THE IDEA WOULD BE NOT TO DIVIDE IT, BECAUSE THE PROCESS WOULD BE UNVIABLE, SO I…
-
1
votes0
answers199
viewsQ: Problem with duplicate mysql record
I have a script that receives requests from the free market when there is some update on a request. When an order is placed, the free market sends 5 to 10 requests to that script at about the same…