[google-appengine] Re: Properties Elided

2012-10-02 Thread Daniel Wong
Thanks for the suggestions. Let's carry on this discussion in the bug 
please :)

On Saturday, September 29, 2012 3:52:19 PM UTC-7, John Thomas wrote:
>
> Hi Daniel,
>
> Why not allow the user to configure the number of columns to display and 
> use your default number as a starting point. Better yet, it would be great 
> if you offered true CRUD functionality within the tool, at a minimum update 
> would be most helpful.
>

You can already do this in Datastore Viewer: just click on the link in the 
first cell of any row.
 

> You could show your specified columns and if the user wants to take a more 
> detailed view of the information, allow them to click into the individual 
> row. Then you could scroll the columns down and remove the worry about 
> someone blowing up the browser. 
>
> Thanks,
>
> John
>
> On Wednesday, September 26, 2012 5:14:36 PM UTC-4, Daniel Wong wrote:
>>
>> Hey ya'll,
>>
>> I'm the engineer who implemented this feature. Some background 
>> information that might explain why we did this: Some people have entities 
>> with huge numbers of columns. Trying to display the table for those would 
>> hurt their browsers. Here's the original bug: 
>> http://code.google.com/p/googleappengine/issues/detail?id=937
>>
>> One way we could address this would be to raise the limit. Obviously, my 
>> original guess at what a "reasonable" number would be was wrong :P. 
>> Therefore, I'd like to get a better idea of how ya'll are using Datastore 
>> viewer, so that we can figure out a more appropriate solution. Would 
>> raising the limit work for you? Roughly how many columns would you like to 
>> be able to see?
>>
>> I also figured that if you really wanted to see that many columns 
>> columns, then you'd just look at individual entities (by clicking the link 
>> the first column). Clearly, that doesn't work for you. Is this mainly 
>> because you can't ad hoc projection queries?
>>
>> Anyway, let's carry on the discussion in the issue report. I just wanted 
>> to send this out, in case people aren't subscribed to that already.
>>
>> Daniel
>>
>> On Wednesday, September 26, 2012 9:28:33 AM UTC-7, Guy Armitage wrote:
>>>
>>> I fell you pain Jason.
>>>
>>> +1 big time, at least let us expand the columns if we need to (at worst!)
>>>
>>> On Wednesday, September 19, 2012 8:21:51 PM UTC+1, Jason Collins wrote:

 Entities with large number of attributes now do not show all attributes 
 in the Datastore Viewer (unless you drill in), leaving only a "Properties 
 Elided" column. I'm guessing that I can see particular columns by issuing 
 a 
 projection query, but this assumes that I have an appropriate index in 
 place beforehand.

 This has pretty severe impact to the usefulness of the Datastore Viewer 
 as a general-purpose operations tool.

 Any particular reason this was done? Any possibility of reverting it?



-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/D3hCHqODem4J.
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] Re: Properties Elided

2012-09-29 Thread John Thomas
Hi Daniel,

Why not allow the user to configure the number of columns to display and 
use your default number as a starting point. Better yet, it would be great 
if you offered true CRUD functionality within the tool, at a minimum update 
would be most helpful. You could show your specified columns and if the 
user wants to take a more detailed view of the information, allow them to 
click into the individual row. Then you could scroll the columns down and 
remove the worry about someone blowing up the browser. 

Thanks,

John

On Wednesday, September 26, 2012 5:14:36 PM UTC-4, Daniel Wong wrote:
>
> Hey ya'll,
>
> I'm the engineer who implemented this feature. Some background information 
> that might explain why we did this: Some people have entities with huge 
> numbers of columns. Trying to display the table for those would hurt their 
> browsers. Here's the original bug: 
> http://code.google.com/p/googleappengine/issues/detail?id=937
>
> One way we could address this would be to raise the limit. Obviously, my 
> original guess at what a "reasonable" number would be was wrong :P. 
> Therefore, I'd like to get a better idea of how ya'll are using Datastore 
> viewer, so that we can figure out a more appropriate solution. Would 
> raising the limit work for you? Roughly how many columns would you like to 
> be able to see?
>
> I also figured that if you really wanted to see that many columns columns, 
> then you'd just look at individual entities (by clicking the link the first 
> column). Clearly, that doesn't work for you. Is this mainly because you 
> can't ad hoc projection queries?
>
> Anyway, let's carry on the discussion in the issue report. I just wanted 
> to send this out, in case people aren't subscribed to that already.
>
> Daniel
>
> On Wednesday, September 26, 2012 9:28:33 AM UTC-7, Guy Armitage wrote:
>>
>> I fell you pain Jason.
>>
>> +1 big time, at least let us expand the columns if we need to (at worst!)
>>
>> On Wednesday, September 19, 2012 8:21:51 PM UTC+1, Jason Collins wrote:
>>>
>>> Entities with large number of attributes now do not show all attributes 
>>> in the Datastore Viewer (unless you drill in), leaving only a "Properties 
>>> Elided" column. I'm guessing that I can see particular columns by issuing a 
>>> projection query, but this assumes that I have an appropriate index in 
>>> place beforehand.
>>>
>>> This has pretty severe impact to the usefulness of the Datastore Viewer 
>>> as a general-purpose operations tool.
>>>
>>> Any particular reason this was done? Any possibility of reverting it?
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/4g3Q9JAE-m0J.
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] Re: Properties Elided

2012-09-27 Thread Ryan Schaffer

Could you determine what the least common denominator of the max allow 
columns for the supported browser is?  If you could set it to that number 
then the page wouldn't render if someone went over it anyway so there would 
be no room for complaints.  This seems like a better idea then trying to 
pick an arbitrary number based on consensus.

On Wednesday, September 26, 2012 5:14:36 PM UTC-4, Daniel Wong wrote:
>
> Hey ya'll,
>
> I'm the engineer who implemented this feature. Some background information 
> that might explain why we did this: Some people have entities with huge 
> numbers of columns. Trying to display the table for those would hurt their 
> browsers. Here's the original bug: 
> http://code.google.com/p/googleappengine/issues/detail?id=937
>
> One way we could address this would be to raise the limit. Obviously, my 
> original guess at what a "reasonable" number would be was wrong :P. 
> Therefore, I'd like to get a better idea of how ya'll are using Datastore 
> viewer, so that we can figure out a more appropriate solution. Would 
> raising the limit work for you? Roughly how many columns would you like to 
> be able to see?
>
> I also figured that if you really wanted to see that many columns columns, 
> then you'd just look at individual entities (by clicking the link the first 
> column). Clearly, that doesn't work for you. Is this mainly because you 
> can't ad hoc projection queries?
>
> Anyway, let's carry on the discussion in the issue report. I just wanted 
> to send this out, in case people aren't subscribed to that already.
>
> Daniel
>
> On Wednesday, September 26, 2012 9:28:33 AM UTC-7, Guy Armitage wrote:
>>
>> I fell you pain Jason.
>>
>> +1 big time, at least let us expand the columns if we need to (at worst!)
>>
>> On Wednesday, September 19, 2012 8:21:51 PM UTC+1, Jason Collins wrote:
>>>
>>> Entities with large number of attributes now do not show all attributes 
>>> in the Datastore Viewer (unless you drill in), leaving only a "Properties 
>>> Elided" column. I'm guessing that I can see particular columns by issuing a 
>>> projection query, but this assumes that I have an appropriate index in 
>>> place beforehand.
>>>
>>> This has pretty severe impact to the usefulness of the Datastore Viewer 
>>> as a general-purpose operations tool.
>>>
>>> Any particular reason this was done? Any possibility of reverting it?
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Rupy42ALWz4J.
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] Re: Properties Elided

2012-09-26 Thread Daniel Wong
Hey ya'll,

I'm the engineer who implemented this feature. Some background information 
that might explain why we did this: Some people have entities with huge 
numbers of columns. Trying to display the table for those would hurt their 
browsers. Here's the original bug: 
http://code.google.com/p/googleappengine/issues/detail?id=937

One way we could address this would be to raise the limit. Obviously, my 
original guess at what a "reasonable" number would be was wrong :P. 
Therefore, I'd like to get a better idea of how ya'll are using Datastore 
viewer, so that we can figure out a more appropriate solution. Would 
raising the limit work for you? Roughly how many columns would you like to 
be able to see?

I also figured that if you really wanted to see that many columns columns, 
then you'd just look at individual entities (by clicking the link the first 
column). Clearly, that doesn't work for you. Is this mainly because you 
can't ad hoc projection queries?

Anyway, let's carry on the discussion in the issue report. I just wanted to 
send this out, in case people aren't subscribed to that already.

Daniel

On Wednesday, September 26, 2012 9:28:33 AM UTC-7, Guy Armitage wrote:
>
> I fell you pain Jason.
>
> +1 big time, at least let us expand the columns if we need to (at worst!)
>
> On Wednesday, September 19, 2012 8:21:51 PM UTC+1, Jason Collins wrote:
>>
>> Entities with large number of attributes now do not show all attributes 
>> in the Datastore Viewer (unless you drill in), leaving only a "Properties 
>> Elided" column. I'm guessing that I can see particular columns by issuing a 
>> projection query, but this assumes that I have an appropriate index in 
>> place beforehand.
>>
>> This has pretty severe impact to the usefulness of the Datastore Viewer 
>> as a general-purpose operations tool.
>>
>> Any particular reason this was done? Any possibility of reverting it?
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/8cPgpq7wptoJ.
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] Re: Properties Elided

2012-09-26 Thread Guy Armitage
I fell you pain Jason.

+1 big time, at least let us expand the columns if we need to (at worst!)

On Wednesday, September 19, 2012 8:21:51 PM UTC+1, Jason Collins wrote:
>
> Entities with large number of attributes now do not show all attributes in 
> the Datastore Viewer (unless you drill in), leaving only a "Properties 
> Elided" column. I'm guessing that I can see particular columns by issuing a 
> projection query, but this assumes that I have an appropriate index in 
> place beforehand.
>
> This has pretty severe impact to the usefulness of the Datastore Viewer as 
> a general-purpose operations tool.
>
> Any particular reason this was done? Any possibility of reverting it?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/RZFFYyCARNMJ.
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] Re: Properties Elided

2012-09-24 Thread Carl Rahmström
+1 

This needs to be reverted immediately! 

On Thursday, September 20, 2012 8:56:08 PM UTC+2, Danny Leshem wrote:
>
> Added an issue based on this conversation: 
> http://code.google.com/p/googleappengine/issues/detail?id=8158, feel free 
> to star.
>
> On Thursday, September 20, 2012 2:29:45 PM UTC+3, Marcel Manz wrote:
>>
>> +1
>>
>> The Datastore Viewer should always show all properties (or at least have 
>> some 'Show all' functionality).
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Vg6X1aC-KJgJ.
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] Re: Properties Elided

2012-09-20 Thread Danny Leshem
Added an issue based on this conversation: 
http://code.google.com/p/googleappengine/issues/detail?id=8158, feel free 
to star.

On Thursday, September 20, 2012 2:29:45 PM UTC+3, Marcel Manz wrote:
>
> +1
>
> The Datastore Viewer should always show all properties (or at least have 
> some 'Show all' functionality).
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/ait9WjWmuToJ.
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] Re: Properties Elided

2012-09-20 Thread Marcel Manz
+1

The Datastore Viewer should always show all properties (or at least have 
some 'Show all' functionality).

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/9AaMxoIIavEJ.
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] Re: Properties Elided

2012-09-19 Thread Carl S
This is causing me problems as well. I can no longer quickly scroll through 
the rows and compare property values.  I run too many different types of 
adhoc queries to add indices for them all.  

On Wednesday, September 19, 2012 3:44:53 PM UTC-7, Kesava Neeli wrote:
>
> I totally agree. This seems something new today and now DataViewer tool is 
> not useful at all now. Is it possible to revert this feature back? 
>
> On Wednesday, September 19, 2012 12:21:51 PM UTC-7, Jason Collins wrote:
>>
>> Entities with large number of attributes now do not show all attributes 
>> in the Datastore Viewer (unless you drill in), leaving only a "Properties 
>> Elided" column. I'm guessing that I can see particular columns by issuing a 
>> projection query, but this assumes that I have an appropriate index in 
>> place beforehand.
>>
>> This has pretty severe impact to the usefulness of the Datastore Viewer 
>> as a general-purpose operations tool.
>>
>> Any particular reason this was done? Any possibility of reverting it?
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/ouqIXA5ytmsJ.
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] Re: Properties Elided

2012-09-19 Thread Kesava Neeli
I totally agree. This seems something new today and now DataViewer tool is 
not useful at all now. Is it possible to revert this feature back? 

On Wednesday, September 19, 2012 12:21:51 PM UTC-7, Jason Collins wrote:
>
> Entities with large number of attributes now do not show all attributes in 
> the Datastore Viewer (unless you drill in), leaving only a "Properties 
> Elided" column. I'm guessing that I can see particular columns by issuing a 
> projection query, but this assumes that I have an appropriate index in 
> place beforehand.
>
> This has pretty severe impact to the usefulness of the Datastore Viewer as 
> a general-purpose operations tool.
>
> Any particular reason this was done? Any possibility of reverting it?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/txGaR5s4jDIJ.
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.