- Local time
- Today, 06:41
- Joined
- Oct 29, 2018
- Messages
- 22,062
In the spirit of the other mythbuster demos available here, such as comparing the speed between a WHERE or HAVING query, I would like to submit the attached demo.
There has been long argument regarding which approach creates more bloat for a database, using a Make-Table query or using an APPEND query. The attached demo uses both approaches and compares both the speed and effect in the database's file size after each operation.
You can replace the data set with your own to get a more appropriate result that is more applicable to your own situation. Please share your results, so all of us can make an educated conclusion in the end.
You can read more details about my own experiment in this article.
I would also appreciate any comments regarding this demo.
Thank you.
There has been long argument regarding which approach creates more bloat for a database, using a Make-Table query or using an APPEND query. The attached demo uses both approaches and compares both the speed and effect in the database's file size after each operation.
You can replace the data set with your own to get a more appropriate result that is more applicable to your own situation. Please share your results, so all of us can make an educated conclusion in the end.
You can read more details about my own experiment in this article.
I would also appreciate any comments regarding this demo.
Thank you.