FileMaker databases have five hosting options: Cloud hosting, on premise, FileMaker Cloud, local file, and peer-to-peer sharing. Of these, the three hosted solutions are…
FileMaker Hosting Options Part 1: Hosted Solutions
FileMaker Cloud AWS End of Life and Migration Options
Claris announced on August 19 that FileMaker Cloud for AWS will end support on January 4, 2022. This is entirely surprising as in June the newest version of FileMaker Server was released to be compatible with the Ubuntu Linux distribution as the CentOS end-of-life had been announced. If you use FileMaker Cloud, what are your options…
Caching a Break
Caching is a common technique used in software development to temporarily hold data that programs need to access frequently. Typically, this improves the performance of apps since it is faster to read data from the cache than to read from a database or data file. However, having corrupted caches will cause…