Mostrando entradas con la etiqueta fs. Mostrar todas las entradas
Mostrando entradas con la etiqueta fs. Mostrar todas las entradas

viernes, 15 de febrero de 2008

Using MySQL as a filesystem

With MySQLfs you can store a filesystem inside a MySQL relational database. MySQLfs breaks up the byte content of files that you store in its filesystem into tuples in the database, which allows you to store large files in the filesystem without requiring the database to support extremely large BLOB fields. With MySQLfs you can throw a filesystem into a MySQL database and take advantage of whatever database backup, clustering, and replication setup you have to protect your MySQLfs filesystem.

(more...)

martes, 23 de octubre de 2007

8-CURRENT, RELENG_7 and RELENG_6 have gotten latest unionfs improvements

Hi unionfs folks

It is my pleasure and honor to announce the commitment of
latest unionfs improvements for 8-current, RELENG_7 and
RELENG_6. Now you can get more stable operation using
unionfs on latest 8/7/6.

(more...)

miércoles, 19 de septiembre de 2007

Hoist your applications with petardfs

The petard filesystem is designed to produce only errors -- but you can stipulate what conditions generate the errors and what those errors should be. That makes petardfs useful for system and unit testing -- for example, making sure that an application gives a sane error message if it fails to open a file, or if there is a read error at byte 5000 of a file.

(more...)