On Jan 30, 6:30 am, Cluster <[email protected]> wrote:
> Hello All
>
> I have ~27000 entries in 1Mb csv file. After bulk uploading them on my
> local GAE server, it starts to consume ~250Mb of memory.
> But i have 5 same files with entries. So, when i'll upload them, will
> GAE take more then 1GB of memory?
No. The dev server datastore is completely different from the real
one; all of the data is stored in one flat file and loaded into
memory. The real datastore is a massive distributed system and your
data is only loaded when you get() it.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---