I recently opened MonetDB, and I am evaluating it for an internal project, so probably my questions are really newbies. Perhaps someone can point me to a website and / or document where I could find more information (I have not found too much googling)
regarding scalability, please correct me, if I am mistaken, but I understand that if I need to scale, I would run more server instances and find them from the node control, right? Is there a limit on the number of servers?
otherwise, it is about storage, is it possible to use Amazon S3 to return to read-only MonetDB instances?
update we will need to store a huge number of records of detailed information about calls from different sources, read-only. We collected / shortened this data for daily work, gaining access to large tables only when a complete part is required. We would also store historical data for long-term analysis. My main concern is memory, disk storage will not be the problem I think of; if the hot dataset participating in the report / analysis consumes all the memory space (requires a fast response time, and not sure how the memory exchange will affect), I would like to know if I can scale somehow and not rewrite the report process / analysis (maybe I'm inclined to scale horizontally :-))
thanks!
source share