adspace
What is the problem with HDFS and streaming data like logs
Answer Posted / Udit Jain
HDFS was not designed for handling real-time or streaming data efficiently. It has high latency due to the need to write data in blocks, which can cause delays when dealing with small, frequent writes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers