OBJ VS RDB

why ob-browse or obj-* methods are slower than RDB methods?

Hi @kvlep615,

RDB methods are faster than Obj methods in terms of response time. Obj-methods used to fetch the data from the BLOB columns, but RDB methods can only help to fetch the data from exposed columns.

Regards,

Prasad.