Is Postgres suitable for rapid, high-volume data?
My project requires the functionality to handle large amounts of data server-side received from a stream source (related to software-defined radios). The data rate per second is dependent on the sample rate of the underlying radio system, and can expected to regularly estimate about 1 GB / second, but could exceed 10 GB / second in some extreme cases. Obviously, I cannot practically process this data in memory, so I have been searching for an external database system to keep track of the data.