(David Ramel) Microsoft’s latest update of ML.NET Model Builder adds a recommendation scenario to the machine learning (ML) framework, along with image classification model training functionality.
Community
Db2 for z/OS: Clearing Up Some Matters Pertaining to 10-Byte RBA and LRSN Values
(Robert Catterall) At this time, many Db2 for z/OS-using organizations have already completed their migration to Db2 12. Others are still in the process of accomplishing that migration, or are finalizing migration plans.
MySQL Table can have the WASTED/FRAGMENTED space without data deletion ( DELETE ) ?
(Sri Sakthivel Durai Pandian) Yes, INSERT’s with the ROLLBACK can also create the table fragmentation . In this blog I am going to explain how the INSERT is causing the table fragmentation .
SQL SERVER – Top Reasons for Slow Performance
(Pinal Dave) Yesterday, I had asked a very simple question on twitter about the top reasons for the slow performance. I had received a lot of interesting answers and perspectives on that topic. Lots of people also sent me a detailed email as they thought there is not enough space to type the answer
Handling Events In Kendo SpreadSheet Using jQuery
(Gowtham K) Basically, JavaScript interacts with HTML though events, and different types of events will be fired when the HTML page loads.
Quick tip: Quickly bulk edit lines in SSMS
(Daniel Janik) Have you ever needed to bulk edit a table from excel to change it into a group of insert statements or change multiple query lines?
Spark SQL – Beware of Implicit datatype conversions (TypeCoercion)
(Manoj) While working on some data analysis I saw one Spark SQL query was not getting me expected results. The table had some good amount of data, I was filtering on a value but some records were missing.
Using Websocket with Spring Framework and Vuejs
(Mohamed Sanaulla) Websockets are full duplex (persistent) connections between client and server such that both can share information with each other without the need for repeatedly establishing a new connection.
OCI Data Science – Create a Project & Notebook, and Explore the Interface
(brendantierney) In my previous blog post I went through the steps of setting up OCI to allow you to access OCI Data Science. Those steps showed the setup and configuration for your Data Science Team.
GROUP BY might be distinctly better than DISTINCT
(Connor McDonald) One of the cool things with materialised* views in Oracle is their ability to be kept in sync with the source table(s) from which they are derived from, in real time or near real time.