top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

MongoDB: when compress data, I want to get the block's data type to do more efficient compress algo?

0 votes
284 views

I want compress the data stored in column more efficient, because mydata is timeseries of stock or future price.
Most of them is similar, so I thought I could compress the price data(float, uint64, int) more efficient than zlib,like what infobright do.

Could any one tell me how to compress the column more efficient or could I get the blocks data type when I write the compress plug.

posted Sep 17, 2017 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

I want learn mongodb java and I want to do project in this area, I want to store encrypted data in the database.
Also I want to know what is mongoid gem. Please suggest some pointers?

+4 votes

Can someone provide me some details that how this conversion is possible by which it compresses the IP header (Minimum of 20 bytes) in to Token that is 1 to 4 bytes ?

+3 votes

Can someone suggest me that how can I write the code for file compressing in VB.NET?

0 votes

We all know that mongoDB provide different type of indexing (ascending, descending, geo2D, geo2d sphere, or text), so which type of indexing considered more efficient for indexing boolean field?

...