1.

When To Use Avro, Explain?

Answer»

Mainly, for two purposes, we use Avro, like:

Although, some key points are:

  • We are able to read the data from DISK with applications, by USING Avro even which are written in other languages besides java or the JVM.
  • Also, Avro allows us to transfer data across a remote system WITHOUT any overhead of java serialization.
  • We use Avro when we need to store the large set of data on disk, as it conserves space.
  • Further, by using Avro for RPC, we get a better remote data transfer.

Mainly, for two purposes, we use Avro, like:

Although, some key points are:



Discussion

No Comment Found