TableConfig exposes its record fields from the Database.LSMTree module like so:
TableConfig (
confMergePolicy,
confSizeRatio,
confWriteBufferAlloc,
confBloomFilterAlloc,
confFencePointerIndex,
confDiskCachePolicy,
confMergeSchedule,
confMergeBatchSize
),
However, these record fields are not rendered in the Haddocks. See:
https://hackage-content.haskell.org/package/lsm-tree-1.0.0.0/docs/Database-LSMTree.html#t:TableConfig