What's new in SQLizer 3.0
We’re excited to announce the launch of a new updated version of SQLizer, available to all customers immediately.
Better performance
We’ve rewritten some of our core conversion code, and made conversions of most file types about 10% faster than before. Get your structured data into a SQL insert statement just a little bit quicker.
New conversion pipeline
The biggest change is that we’ve switched to a massively-parallel processing model with lots of small ‘worker’ engines. We can spin up as many as we need, and process many, many more files in parallel.
For you this means quicker conversions, and less waiting around for other customers’ files to finish conversion.
Safer filesize limits
We’ve found that SQLizer does accept some impossibly-large files which overwhelm our servers and cause timeouts and crashes. We’ve implemented a limit of 100MB on JSON and Excel file types to prevent this. If this is a problem we’d suggest exporting to CSV instead, as these files don’t have this limit.
We hope you’ll enjoy the improvements to SQLizer and to celebrate you can use the voucher code:
CONVERTME10
Valid for 10% off your Pro Monthly plan for the first 12 months, or a one-off 10% discount on your Pro Annual plan.
Both Pro Monthly and Pro Annual plans come with SQLizer API access!
🖤 The SQLizer Team
More from The Official SQLizer blog...
- All new: A JavaScript Client for SQLizer on npm Rejoice, JS developers! A JavaScript client library for SQLizer.io, easily converting CSV, JSON, XML and Spreadsheet files into SQL INSERT or UPDATE statements - is...
- [Update 2024] Convert JSON to SQL: Free and Fast If you want to convert JSON to SQL there’s no concrete or straightforward way of doing things. Conversion is usually tricky because JSON and SQL...
- [Update 2024] Convert XML to SQL Easy and Free To convert XML to SQL, a touch of wizardry is needed. Unlike CSV files and database tables, XML files aren’t naturally organized into rows and...
- [Update 2024] Converting a Word Doc to SQL with SQLizer Wait, what? A Word document? Have you ever found yourself faced with a Word document containing a wealth of data, all neatly structured in a...