0 votes
in Big Data | Hadoop by
Can we use Hive for Online Transaction Processing (OLTP) systems?

1 Answer

0 votes
by

No, Hive is not suitable for OLTP systems. It does not support insert and update at each row level. In OLTP systems, we have to update each order or each row.

...