Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

BLOB with ORC in Hive

avatar
Explorer

This is the access pattern:

Select datetime from tableName where id =?

Select content from tableName where id =? And datetime=?

One of the columns is a BLOB and the table is in ORC format. (The table needs to be transactional)

Because of the BLOB, the read times are high.

Any recommendations on optimization? This is on HDP 2.3.

Thanks,

Kiran

1 ACCEPTED SOLUTION

avatar
Explorer
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login
1 REPLY 1

avatar
Explorer
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login