[google-appengine] Is it possible to do a cumulative restore with bulkloader.py ?

2010-02-23 Thread obvious
I have multiple bulkloader dumps.  Is it possible to restore them in a
way that would merge the datasets?

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



[google-appengine] bulkloader.py --dump on large local dataset results in "Backing off due to errors: 512.0 seconds"

2010-02-23 Thread obvious
On a large local dataset, I try to do a bulkloader.py --dump so I can
then upload it to the live server, but it just repeatedly backs off
"due to errors" into close enough to infinity.  I've tried messing
with various flags to limit how much it takes on, but nothing seams to
help.

Any suggestions?

bulkloader.py --dump --app_id=app_name --kind=Sample_Data --url=http://
localhost:8080/remote_api --filename=backup_FULL

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



[google-appengine] Local datastore is slow once loaded up, any suggestions?

2010-02-19 Thread obvious
I've loaded up a local datastore with 40,000+ entries.  Unfortunately,
recalling any data from it at all is very slow on my fairly new
Macbook Pro.  Any suggestions on speeding things up, short of buying a
new piece of hardware?

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



[google-appengine] Datastore won't delete final two Entities; is stuck

2009-12-19 Thread obvious
I tried to clear out my datastore by deleting what was in there, but I
got down to two final entities and nothing I do will delete them.  I'm
tried a few different methods, but I'm completely stuck.

App name is keystodermatology

--

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




[google-appengine] Can we get an example of the new kindless queries, ie. transaction descendant queries?

2009-08-10 Thread obvious

As noted in the App Engine Python 1.2.4 release, there's now support
for kindless queries.

Can we get a quick example on how to use these?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Upgrade to 1.2.2, can no longer read files with csv.reader

2009-05-12 Thread obvious

I upgraded from 1.2.1 to 1.2.2 last night and now I can't read files
with csv.reader.
I do this:
reader = csv.reader(open("applications.csv",'rU'))
and I get the following error:
IOError: [Errno 13] file not accessible: 'applications.csv'

I've tried reinstalling the python environment, the SDK to no avail.

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