Hi,

I have been testing Symfony 2 (and Doctrine 2) and I've created a
command to bulk insert data.

I've found that in this test, PHP is eating ~ 175Mb per 100k records.
Someone has a solutions for this?

----------------------------------------------------------------

Command source: http://pastie.org/1308565

Yml Entity Schema

Application\GeoBundle\Entity\Country:
  type: entity
  table: country
  fields:
    id:
      type: integer
      id: true
      generator:
        strategy: AUTO
    name:
      type: string(50)
  lifecycleCallbacks: {  }


-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to