jjs is a JavaScript shell that
ships with Oracle Java 1.8. I recently found myself in a
situation where it seemed worth while to check it out, so I did.
I do not want to use this post to elaborate too much on why I
started looking at jjs, but I intend to write about that shortly.
For now I just want to share a few observations, as well as a
solution to a particular obstacle I encountered. What is
jjs?Java 1.8 (both SDK and JRE) ships a new
executable called …
The latest from the MySQL community
Ideas, releases, practical guides, and perspectives from the people building with MySQL.
In the first article in this series on archiving strategies for online transaction processing (OLTP) database servers, I covered some basics: why to archive, and what to consider when gathering requirements for the archived data itself. This article is more technical. I want to help you understand how to choose which rows are archivable, and how to deal with complex data relationships and dependencies. In that context, I'll also discuss a few concrete archiving strategies, their strengths and shortcomings, and how they can satisfy your requirements, especially requirements for data consistency, which as you will see is one of the most difficult problems in archiving.