Krishna, Anything you see in the data viewer is created by some application code. It wouldn't be put there by google appengine specifically. That said it looks like something is using a sharded counter to keep counts of objects in the datastore or something similar. This data would not likely be regenerated if deleted, it would likely reset all the counters to zero so I would leave it alone.
Ian On Mon, Mar 2, 2009 at 9:34 AM, Krishna <[email protected]> wrote: > > On the Data Viewer I have an entity called CounterShards. I considered > deleting some extraneous data there but was afraid it would blow > something up. If I delete data here, will it be regenerated > automatically or should I leave it alone? > > > > -- ======================================= 株式会社ビープラウド イアン・ルイス 〒150-0012 東京都渋谷区広尾1-11-2アイオス広尾ビル604 email: [email protected] TEL:03-5795-2707 FAX:03-5795-2708 http://www.beproud.jp/ ======================================= --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
