Re: [appengine-java] Re: recommendation on using maxmind geoip

2010-10-27 Thread Ikai Lan (Google)
It's not required to use mapreduce. It's just easier to manage the jobs. You'll hit the 30 second deadline if you don't, and you'll end up building your own task queue management logic anyway. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com

[appengine-java] Re: recommendation on using maxmind geoip

2010-10-26 Thread asianCoolz
@Ikai , thank you for responding. I noticed your blog before posting here. one question, which will faster performance, put the binary in blockstore and read with new File(..) or use import csv into datastore like what you did ? -- You received this message because you are subscribed to the

[appengine-java] Re: recommendation on using maxmind geoip

2010-10-26 Thread asianCoolz
@Ikai , thank you for responding. I noticed your blog before posting here. one question, which will faster performance, put the binary in blockstore and read with new File(..) or use import csv into datastore like what you did ? -- You received this message because you are subscribed to the

[appengine-java] Re: recommendation on using maxmind geoip

2010-10-26 Thread asianCoolz
hello @Ikai, is it required to use mapreduce . why not get the byte stream from blockstore and create new file(..) ? there is no limit on new file(..) and byte[] array in gae right? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group.