java - Which data store can handle TB of audio calls in SWING -
which database best suits following scenario:
i have created java application stores audio calls local file system. application, in order play audio calls, retrieves metadata database (mysql), has 1 column location call on local hd.
the issue have amount of audio calls huge (around 50 tb)
what should handle such amount of data
the application built in java swing
edit:
i interested in database can handle such amount of data. have heard hadoop seems batch processing not real time querying.
any suggestion?
thanks
consider compressing audio files. ideally, lossless compression if necessary, lossy compression (you can away low bitrate if audio calls speech). user suggested following java compression libraries: https://stackoverflow.com/a/10486007/2557554
Comments
Post a Comment