Hi Anil,

If I have:

users table with these columns ( id, first_name, last_name )


friends table with these columns ( friend_1, friend_2 )



> user_posts table with these columns ( user_id, post_text, date_time )


in hbase (phoenix) and I want to view all user posts (post_text) with
similar things (full test search) to "children playing at the beach" that
were posted by people in my friends list, how could I achieve this if I use
phoenix?

Reply via email to