Hi Nirav, Yes, there are several big fortune 500 companies that are using Hive Acid without any major issue. The latest version is pretty stable. Depending on your use case you can choose Hive ACID or Hive + Iceberg (4.0). if your use case is more on frequent delete / update the hive acid + orc is a better choice. If you just occasionally delete / update the rows, Iceberg could be a better solution. (I personally would prefer Iceberg) but it depends on your use case. Anyhow both will be an excellent choice.
-Attila On Thu, Mar 23, 2023 at 1:31 AM Nirav Patel <nira...@gmail.com> wrote: > Hi, > > Are there any companies using hive ACID capabilities ? I am trying to > understand how stable/reliable is ACID transaction on ORC in terms of > ingesting real time data over 10 mins window and writing those data > potentially on same ORC partition (merge into). > > Nirav >