Hacker News new | ask | show | jobs
by anentropic 590 days ago
How tied is it to S3?

Could I easily point it to Iceberg tables on another storage target?

1 comments

Yes!

BemiDB natively supports two storage layers, a local disk and S3 (we assumed that most people would choose this in production environments to simplify management).

When I query Iceberg tables stored on SSD, it works superfast.

awesome, thanks