Hi,

We need to insert to do 10K upserts per second in our phoenix table. We are
using phoenix 4.5 with CDH5.4.4.  Problem is each upsert query is making
rpc call to read metadata about the table.

"o.a.phoenix.compile.FromCompiler.createTableRef 446 - Re-resolved stale
table"

Phoenix have added feature to specify "UPDATE_CACHE_FREQUENCY" in 4.7
version. Any way to apply this in Phoenix 4.5 by caching metadata at client
side? My table schema will change only once in 6 months. This would be
really helpful for me.

Regards
Anupama

Reply via email to