June 6, 20178 yr I've been using Daniel Smith's JSON scripts from (http://www.modularfilemaker.org/module/json/) to parse JSON. It's worked quite reliably (thanks Daniel!), but I'm wondering if anyone has compared its parsing speed to MBS's JSON plugin or the new native Filemaker 16 JSON functions? I'm still on 15. I'm working with some larger JSON files that are taking a long time to parse and hoping for a faster solution. Any data on which option parses JSON fastest? Any disadvantages/advantages to each option? Thanks!
June 6, 20178 yr Haven't compared it to MBS parsing but I was using both the modularFileMaker ones and the BaseElements one. The CF and scripted version on ModularFileMaker I abandoned for speed reasons. The BE plugin was just faster. The FM16 ones seemed to me to be on par.
June 7, 20178 yr In my tests the FM16 functions are about 10x slower than our plugin for large JSON blocks: http://www.mbs-plugins.com/archive/2017-05-23/JSON_Functions_MBS_vs_FM16/monkeybreadsoftware_blog_filemaker And FM16 does not handle data types well with JSON, all handled as text.
June 7, 20178 yr What is the time spent on parsing intervals of 10 000, 100 000, 1 000 000 records 10 fields, datatypes mixed( timestamp, text[5-255], number )? Did you make a benchmark between FM and MBS's methods? Edited June 7, 20178 yr by ggt667
June 8, 20178 yr Yes. FileMaker parses the JSON for every single query. The MBS Plugin can parse once and than reuse the same structures in memory to query. So the plugin will always be magnitudes faster.
Create an account or sign in to comment