Ah! That makes sense. Thank you for explaining.

On Mar 2, 12:11 am, Ian Lewis <ianmle...@gmail.com> wrote:
> Krishna,
>
> The datastore can only return or count up to 1000 objects so if you have
> more than 1000 objects in the database you cannot count them without a
> counter. I assume the code in Bloog is keeping counts of objects in case it
> runs up against this limitation.
>
> Ian
>
>
>
> On Mon, Mar 2, 2009 at 2:02 PM, Krishna <krishnapatel...@gmail.com> wrote:
>
> > Ian,
>
> > I'm using some open source code (Bloog) and I don't really understand
> > how it works. So I'll trust your cautious approach although I don't
> > quite understand why something would need to "keep counts of objects
> > in the datastore". Best not to meddle although I was hoping to clean
> > things up if I could.
>
> > Thank you for responding.
> > Krishna
>
> > On Mar 1, 11:31 pm, Ian Lewis <ianmle...@gmail.com> wrote:
> > > 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 <krishnapatel...@gmail.com>
> > 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: ianmle...@beproud.jp
> > > TEL:03-5795-2707
> > > FAX:03-5795-2708http://www.beproud.jp/
> > > =======================================
>
> --
> =======================================
> 株式会社ビープラウド  イアン・ルイス
> 〒150-0012
> 東京都渋谷区広尾1-11-2アイオス広尾ビル604
> email: ianmle...@beproud.jp
> TEL:03-5795-2707
> FAX:03-5795-2708http://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 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to