I don’t know by what criteria I should choose a database.
I am currently looking at NOSQL TiKV and RDB Postgresql. If ACID is equally supported, are they all the same except for the atomization unit and index? In other words, if TiKV can perform column-level trasaction and indexing, is it the same as Postgresq?
Thank you