I have an application which I would like to use Lustre as the backing storage. However, the application (MonetDB) uses mmap(). Would the application have any problems if using Lustre as its backing storage? TIA
Hello! On May 13, 2009, at 8:35 AM, Mag Gam wrote:> I have an application which I would like to use Lustre as the backing > storage. However, the application (MonetDB) uses mmap(). Would the > application have any problems if using Lustre as its backing storage?There should be no problems in correctness of the operations, but the speed might not be ideal depending on the usecase. Bye, Oleg