Issues Inserting Data into ClickHouse on Azure Container

Sid 65 Reputation points
2025-01-31T20:35:00.38+00:00

Experiencing a problem similar to the one described in this GitHub issue while trying to host ClickHouse on an Azure container. It seems related to the CIFS file system being used. Is there a way to format the file system to ext4? Additionally, what are the recommended approaches for hosting ClickHouse on Azure, aside from using ClickHouse Cloud, as I need more location options than currently provided?

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
686 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Prrudram-MSFT 28,201 Reputation points Moderator
    2025-02-04T06:42:02.4433333+00:00

    Hello @Sid Thanks for the update. I am glad to know it solved your issue. Yes, NFS (Network File System) file shares are POSIX-compatible. For example, Azure Files offers NFS file shares that are fully POSIX-compliant, supporting hard links, symbolic links, and hierarchical storage. However, some features like Kerberos authentication and ACLs (Access Control Lists) might not be supported.
    I am posting this as solution, please accept answer and don't forget to thumbs up for "Was it helpful" to benefit others looking for a solution to similar problem.

    Good day!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.