2GB Barrier?

Discussion in 'PHP' started by mikebrad0927, Aug 15, 2007.

  1. #1
    I'm trying to import a feed into a database that is 2.5GB and I've come across some sort of barrier. Apparently, the default php setup is 32bit and can not read such a large file and I need to recompile it to 64bit.

    Anyone know how to do this?
     
    mikebrad0927, Aug 15, 2007 IP
  2. ecentricNick

    ecentricNick Peon

    Messages:
    351
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    ecentricNick, Aug 15, 2007 IP
  3. MykeXero

    MykeXero Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You may have to chunk up that database.... and do it in pieces.

    As for doing it in one big file... its out of my range of expertise. (ive never delt with something that big)

    If you look around the mySQL dev sites, you`ll find alot of people with enterprise level experience, they hit these problems all the time. Pick one of their brains.
     
    MykeXero, Aug 15, 2007 IP