0

I am using QuestDB on Linux with Ext4 file system and would like to explore an option of using a for of compression. I cannot find a list of supported File System on official website so wonder has anyone tried to run QuestDB on a filesystem with full compression like ZFS or BTRFS?

djbobo
  • 487
  • 2
  • 6

1 Answers1

1

QuestDb will work on any file system that allows memory mapped files, so that should include all local file systems. It definitely works on zfs (FreeBSD 12-13) with compressed data sets because I have used it in those scenarios and it performs very well.