HBase versions generally impact the size of the store file (and could impact performance while scanning), if you are in following limits and know what you are doing, you should be fine 1. Single Row size not exceeding your region size 2. Max versions are in hundreds 3. And you have HBASE-11544 in your HBase version.
Regards, Ankit Singhal On Tue, May 7, 2019 at 5:46 AM Guillermo Ortiz Fernández < guillermo.ortiz.f...@gmail.com> wrote: > Hello, > > I'm thinking about the design of one hbase table and one approximation has > two CF and some of the columns could have hundreds of versions and others > columns in the same CF only a few values. > > If I think how HBase saves data in storefiles it seems that there aren't > problems about this, but I would like to ask about,, any problem about save > hundreds of versions? something to keep in mind? >