I am using EHRbase to store and manage large volumes of sensor data . I set up EHRbase using the GitHub repository as a reference. However, the current configuration seems insufficient to handle the data size, and I need guidance on increasing the storage capacity and optimizing performance in EHRbase. Specifically, I would appreciate advice on adjusting PostgreSQL settings, application configuration (e.g., cache, threads), and handling large data submissions efficiently. Any recommendations would be highly appreciated.
Personal guess: Additional streaming/ingestion layer between the source and the pg backend? But I have no experience on this topic.
Related:
2 Likes