Fauna has introduced real-time document streaming features that allow for true live-streaming at an affordable price. This feature changes the interaction pattern with the database completely, allowing clients to subscribe to events and be informed by the database of new updates, greatly reducing communication and potentially wasted read operations. The streaming API is now available in multiple phases, with the first phase being document streaming, which allows for fine-grained updates on what has changed in data. This feature can be used to provide users with a real-time experience without increasing polling frequency dramatically, resulting in hidden costs to the user. Streaming offers the lowest possible latency to deliver new data at a fixed price per minute, making it more efficient than polling for certain use cases. Fauna's document streaming is implemented on top of HTTP/2 streams and works well over most networks, providing a lightweight multiplexed connection. The feature has several benefits, including convenience, potential savings in read operations and resources, and unbeatable low latency.