Skip to content

fmgarage/ft-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft-container

Universal Hybrid Container Fields for FileMaker

What is it:

Universal Hybrid Container a Design Pattern we have been successfully using in production for many years in projects of all sizes. It helps to mitigate the problems and potential risks storing binary data inside a FileMaker database. It does that by completely excluding container fields from the rest of the database into one or more separate database files.

It's universal

Whether you have a lot of different container fields all over your app's tables (like profile pictures, PDF documents, email attachments etc.) and would like to store them in just one binary table or there is this one big table with a container field that uses more than 90% of your space – it is almost always a good idea to separate binary (or 'blob') storage from the rest of the database. So whatever concept you choose for your individual task, FTContainer

It's hybrid

Do you prefer internal, external or encrypted storage for your binaries? All have there advantages and disadvantages.

What can it do:

You can

Clustering

If you have

What it is not:

Getting Started

About

Universal Hybrid Container Fields for FileMaker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published