You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,4 +74,8 @@
74
74
-[2.1.3] modify `access_log` and `error_log` TABLES reordering COLUMNS to improve database design readability.
75
75
-[2.1.3] modify `normalize_useragent` to removed first parameter restriction. Any string 8 characters are more can be passed.
76
76
-[2.1.3] modify `apacheLogs2MySQL.py` add `completed` COLUMN to UPDATE statement to fix processing `process_access_import` and `process_error_import` with `ALL` parameter.
77
-
-[2.1.3] modify `call_processes.sql` adding more comments to better describe options and parameters and overall processing.
77
+
-[2.1.3] modify `call_processes.sql` adding more comments to better describe options and parameters and overall processing.
78
+
-[2.1.4] add `import_device` TABLE to separate `import_client` TABLE columns to resolve software login, IP address and software version change information creating new record.
79
+
-[2.1.4] add `importdeviceid` COLUMN to `import_file` TABLE to resolve Client Modules with identical FILE NAMES and PATHS. Application detected file already imported.
80
+
-[2.1.4] modify `import_client` and `import_device` COLUMN widths and created UNIQUE INDEX for combined columns for each table.
81
+
-[2.1.4] modify `importfileexists` and `importfileID` FUNCTIONS with new parameter for `importdeviceid`.
Copy file name to clipboardExpand all lines: .github/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,7 +263,7 @@ comment of `call_processes.sql` are included to help check, validate and update
263
263
Database normalization is the process of organizing data in a relational database to improve data integrity and reduce redundancy.
264
264
Normalization ensures that data is organized in a way that makes sense for the data model and attributes, and that the database functions efficiently.
265
265
266
-
MySQL `apache_logs` Schema has 48 Tables, 849 Columns, 149 Indexes, 66 Views, 7 Stored Procedures and 42 Functions to process Apache Access log in 4 formats
266
+
MySQL `apache_logs` Schema currently has 49 Tables, 853 Columns, 168 Indexes, 66 Views, 7 Stored Procedures and 43 Functions to process Apache Access log in 4 formats
267
267
& Apache Error log in 2 formats. Database normalization at work!
268
268
## MySQL Access Log View by URI
269
269
MySQL View - apache_logs.access_requri_list - data from LogFormat: combined & csv2mysql
0 commit comments