On Mon, Mar 4, 2013 at 2:51 PM, <[email protected]> wrote:

>   Today's Topic Summary
>
> Group: http://groups.google.com/group/google-appengine/topics
>
>    - My indexes seem to be stuck "Building" (2 
> weeks)<#13d36f5ffae85f0d_group_thread_0>[3 Updates]
>    - MongoDB Datastore Stub for Google App Engine SDK 
> (Python)<#13d36f5ffae85f0d_group_thread_1>[2 Updates]
>    - Number Found Accuracy on Search API Affecting Cursor 
> Results<#13d36f5ffae85f0d_group_thread_2>[1 Update]
>    - our app is awesome slow recently <#13d36f5ffae85f0d_group_thread_3>[2 
> Updates]
>    - Instance issues <#13d36f5ffae85f0d_group_thread_4> [2 Updates]
>    - How to use ndb key with integer_id?<#13d36f5ffae85f0d_group_thread_5>[1 
> Update]
>    - Blob vs stored data <#13d36f5ffae85f0d_group_thread_6> [1 Update]
>
>   My indexes seem to be stuck "Building" (2 
> weeks)<http://groups.google.com/group/google-appengine/t/82bade352def7c3b>
>
>    Johnson <[email protected]> Mar 04 10:45AM -0800
>
>    Appid: smilesensationsdental
>
>    Our indexes have been "Building" for two weeks now, would someone
>    please
>    look into it? My boss is getting impatient with me.
>
>    We've re-factored and I just now 
> ...more<http://groups.google.com/group/google-appengine/msg/b2923ecb6bdcd0dd>
>
>
>    Johnson <[email protected]> Mar 04 10:54AM -0800
>
>    Vacuumed the old indexes*
>
>    On Monday, March 4, 2013 1:45:26 PM UTC-5, Johnson wrote:
>    
> ...more<http://groups.google.com/group/google-appengine/msg/ef2ab74135f9f713>
>
>
>    Takashi Matsuo <[email protected]> Mar 04 10:59AM -0800
>
>    Hi Johnson,
>
>    I checked the logs and found that the cause is invalid utf-8 strings
>    in the keys of some of your entities, specifically with the kind
>    'Session'.
>    Here is the similar case: 
> ...more<http://groups.google.com/group/google-appengine/msg/12748ed3098a13a2>
>
>   MongoDB Datastore Stub for Google App Engine SDK 
> (Python)<http://groups.google.com/group/google-appengine/t/d9babc78899350b1>
>
>    Stanislav Heller <[email protected]> Mar 04 10:08AM -0800
>
>    Now the Mongodb Datastore Stub is tested and ported to SDK 1.7.5 too.
>    The
>    old SDK 1.7.4 has it's own branch on git for further fixes.
>
>    Warning: devappserver2 not supported.
>
>    Stanislav Heller
>    
> ...more<http://groups.google.com/group/google-appengine/msg/17ecc0df1b336d9f>
>
>
>    Takashi Matsuo <[email protected]> Mar 04 10:38AM -0800
>
>    This is cool! Thanks for sharing :)
>
>    On Mon, Mar 4, 2013 at 10:08 AM, Stanislav Heller
>
>    --
>    Takashi Matsuo | Developers Advocate | [email protected]
>    
> ...more<http://groups.google.com/group/google-appengine/msg/e2021e75f90aec83>
>
>   Number Found Accuracy on Search API Affecting Cursor 
> Results<http://groups.google.com/group/google-appengine/t/1cc6412d6962406a>
>
>    Brent Yates <[email protected]> Mar 04 07:38AM -0800
>
>    When using the google app engine search API, if we have a query that
>    returns a large result set (>1000), and need to iterate using the
>    cursor to
>    collect the entire result set, we are getting 
> ...more<http://groups.google.com/group/google-appengine/msg/6f74c362d5809e62>
>
>   our app is awesome slow 
> recently<http://groups.google.com/group/google-appengine/t/53e2950e1aa7c614>
>
>    FrEaKmAn <[email protected]> Mar 04 06:10AM -0800
>
>    Hello,
>
>    I can also confirm that my clients app is also super slow. We are
>    using
>    Play Framework and it works ok. But there are few days when it's
>    loading
>    page for around 30 seconds which is too 
> ...more<http://groups.google.com/group/google-appengine/msg/38ae2b98bf95ced9>
>
>
>    alex <[email protected]> Mar 04 03:47PM +0100
>
>    How about profiling your app first and posting results here before
>    "demanding" any answers to questions that are probably really hard to
>    answer w/o a decenlty developed telepathic ability?
>
>    
> ...more<http://groups.google.com/group/google-appengine/msg/7aa3359d3b700832>
>
>   Instance 
> issues<http://groups.google.com/group/google-appengine/t/43b18998c4fb09e6>
>
>    vlad <[email protected]> Mar 03 08:53PM -0800
>
>    I am using python 2.7, threadsafe=yes, all pref settings = default
>    Instances rarely live beyond a few minutes causing lots of loading
>    requests. I have not yet turned billing on. I wonder if this is 
> ...more<http://groups.google.com/group/google-appengine/msg/cec161e1554a0922>
>
>
>    vlad <[email protected]> Mar 03 09:00PM -0800
>
>    Forgot to mention I have a task chain running every 90 sec. Many of
>    the
>    loading requests occur when running those tasks.
>
>
>    On Sunday, March 3, 2013 8:53:19 PM UTC-8, vlad wrote:
>    
> ...more<http://groups.google.com/group/google-appengine/msg/6e383a7b0f0c58d9>
>
>   How to use ndb key with 
> integer_id?<http://groups.google.com/group/google-appengine/t/b6fd6ff64195d7e>
>
>    张沈鹏 <[email protected]> Mar 03 06:19PM -0800
>
>    I see the document
>
>    
> https://developers.google.com/appengine/docs/python/ndb/keyclass#Key_integer_id
>
>    Returns the integer id in the last (kind, id) pair, or None if the key
>    has
>    an string id or is 
> ...more<http://groups.google.com/group/google-appengine/msg/85cdfbfb41189d5f>
>
>   Blob vs stored 
> data<http://groups.google.com/group/google-appengine/t/6e17b7710bdcc0ea>
>
>    [email protected] Mar 03 01:29PM -0800
>
>    Hello, I am very new to Google app engine, I had a few questions
>    regarding
>    storage which I was not able to answers for in the documents. First
>    question I had was regarding the quota for BLOBS.
>    
> ...more<http://groups.google.com/group/google-appengine/msg/d0f105956ebfb241>
>
>  You received this message because you are subscribed to the Google Group
> google-appengine.
> You can post via email <[email protected]>.
> To unsubscribe from this group, 
> send<[email protected]>an empty message.
> For more options, 
> visit<http://groups.google.com/group/google-appengine/topics>this group.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Best Rgds,
Eric Zeng

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to