タグ
MySQLfs を使うと、リレーショナル・データベースMySQLの中にファイルシステムを入れることができる。このファイルシステム中のファイルに含まれるバイト列はデータベースの各行に分割して格納されるため、大きなファイルがある場合もデータベースが巨大なBLOB... 続きを読む
Introduction With FUSE it is possible to implement a fully functional filesystem in a userspace program. Features include: Simple library API Simple installation (no need to patch or recompile the kernel) Secure implementation Userspace - ke... 続きを読む

