I think you can use the bulk loader if you pass in the server argument
or app id, I can't recall exactly though.

How big are the files?  Perhaps a better solution would be uploading
them in batches then bulk-writing them on the server.  I've used that
method many times quite happily.


Robert





On Mon, Sep 5, 2011 at 15:13, Hosam <[email protected]> wrote:
> Hi,
>
> I have the follow problem
>
> - I have around 25,000 XML files I need to pre populate the data store
> with
> - I am using a High Replication Datastore therefore I can't use the
> bulk uploader for that
>
> I can't of course upload those files as part of my WEB-INF because the
> limit is 3000 files.
>
> One solution I can think of is to write a client that send one file at
> a time to my Web App then I parse it and insert it into the Data Store
> but
> that will eat up my entire BW.
>
> Is there another solution for my problem?
>
> Cheers and many thanks in advance
>
> --
> 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.
>
>

-- 
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.

Reply via email to