Hi,

I've read that compression called snappy (http://code.google.com/p/snappy/) 
is used in BigTable.
This means the entities in GAE are compressed when it is stored in BigTable.
But the cost of data stored is calculated before compression, right?

Then, how meaningful is data compression in entities like
compressed property of python NDB, because using it means double 
compression?

I want to reduce my cost because there are many text in my application.
But I am wondering is it really better to compress them.

-- 
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/-/_7jz6CXMvfkJ.
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