MariaDB is adding features such as serverless analytics and cost management to the new release of its managed database-as-a-service (DBaaS) SkySQL, it said Thursday.SkySQL, which is a managed instance of the MariaDB platform, offers OLAP (online analytical processing) and OLTP (online transaction processing) along with enterprise features like sharding, load balancing, and auto-failover via a combination of MariaDB Xpand, MariaDB Enterprise Server, and MariaDB ColumnStore.In order to help enterprises bring down the cost of databases and to manage expenditure better, MariaDB has introduced an autoscaling feature for both compute and storage.“Rules specify when autoscaling is triggered, for example, when CPU utilization is above 75% over all replicas sustained for 30 minutes, then a new replica or node will be added to handle the increase,” the company said in a statement.“Similarly, when CPU utilization is less than 50% over all replicas for an hour, nodes or a replica is removed. Users always specify the top and bottom threshold so there are never any cost surprises,” it explained, adding that enterprises only pay for the resources used.In addition to autoscaling, the company has added serverless analytics capabilities eliminating the need for running extract, transform, load (ETL) tasks.“SkySQL enables operational analytics on active transactional data as well as external data sources using a serverless analytics layer powered by Apache Spark SQL,” the company said, adding that this approach removes inconsistencies between an analytical view and a transactional view.Further, it said that enterprises will pay for the compute used for analytics without the need to provision for processing power.Additional features in the new release includes access for data scientists to a specific version of Apache Zeppelin notebooks.“The notebook is pre-loaded with examples that demonstrate ways to run analytics on data stored in SkySQL. It can also be used to discover database schemas, running queries on data stored in Amazon S3 and federating queries to join data across SkySQL databases and S3 object storage,” the company said.The new release of SkySQL has been made generally available on AWS and Google cloud. It includes updated MariaDB Xpand 6.1.1, Enterprise Server 10.6.12 and ColumnStore 6.3.1.New customers signing up for the DBaaS can claim $500 in credits, MariaDB said.
Source: infoworld.com


GPD’s G1 is the impressively small dock that could jumpstart eGPUs in the handheld era
/ GPD is crowdfunding a new compact eGPU docking station that boasts an AMD Radeon RX 7600M XT and a surprisingly different way to hook it up to your computer.p>span:first-child]:text-gray-13 [&_.duet--article-byline-and]:text-gray-13">By Umar Shakir, a news writer fond of the electric vehicle lifestyle and things that plug in via USB-C. He spent over 15 years in IT support before … [Read More...]

Tesla says all new Model 3s now qualify for full $7,500 tax credit
All new Tesla Model 3 vehicles will now qualify for the full $7,500 federal EV tax credit, according to a change in Tesla’s website. The EV tax credits were mandated by Congress last August as part of the Inflation Reduction Act, with the goal of ending U.S. reliance on China for batteries. The full $7,500 tax credit is broken into two parts. EVs can qualify for half, or $3,750, if 50% of the … [Read More...]

Gmail's new "Top results" category makes it easier to search for essential emails
Depending on who you ask, it's still up for debate when it comes to which email service is the best. But, if you're someone that uses an Android device or relies on other Google apps and services, Gmail is an absolute must. Over the past few years, Google has introduced some interesting improvements to the service, and today, it's getting another small boost with a search feature … [Read More...]

The Messy US Influence That’s Helping Iranians Stay Online
The United States Treasury announced on Friday that it is sanctioning the Iranian technology company Arvan Cloud, along with two senior employees of the company and an affiliated firm based in the United Arab Emirates. Officials from both the Treasury and the US State Department said on Friday that the company has close ties to Iran’s Information and Communications Technology Ministry and plays a … [Read More...]

Can the Dell Latitude 9440 support two monitors?
One of the cool things about the new Dell Latitude 9440 is its connectivity. Though this great Dell laptop lacks USB-A ports and even HDMI, it packs in the power of three Thunderbolt 4 ports. That's one more than other best laptops, which usually have two in addition to classic ports like USB-A. But can the Dell Latitude 9440 connect to two monitors? Source: xda-developers.com … [Read More...]

T. Rowe Price has marked down its stake in Canva by 67.6%
Last summer, Blackbird, one of Australia’s largest venture operations, marked down the value of one of its most prized stakes, in the Sydney-based design platform Canva. Valued at $40 billion by investors in a $200 million round in the fall of 2021, Blackbird adjusted its own valuation of the company 36% to $25.6 billion. Now, T. Rowe Price — the mutual fund Goliath that began investing … [Read More...]

React vs. Angular: Which JavaScript Framework Should You Learn? A Comprehensive Guide for Developers in 2023
Both React and Angular are popular JavaScript frameworks used for building web applications. The choice between the two depends on several factors, including your personal preferences, project requirements, and the current industry trends.Ease of Learning: React is generally considered easier to learn compared to Angular. React has a smaller learning curve and focuses on simplicity, allowing you … [Read More...]

Next.js: Taking React.js to the Next Level
Welcome to this casual and cool blog post where we'll explore the exciting world of Next.js, a framework that takes the powerful foundation of React.js and elevates it to new heights. So, grab your favorite beverage, sit back, and let's dive into the advantages and features of Next.js that make it a fantastic choice for your web development projects.Advantages of Next.js over … [Read More...]

Competition concerns in the age of AI
Henry Hauser Contributor Henry Hauser is counsel in Perkins Coie’s antitrust and litigation practice groups and has significant experience working on matters related to antitrust investigations and litigation under Sections 1 and 2 of the Sherman Act and Section 7 of the Clayton Act. Antitrust is the engine of free enterprise: it shapes countless lines of commerce, … [Read More...]

Mastering API Fetch: How to Build a Movie Website with Real-Time Data Updates
Learn how to use the Fetch API to asynchronously request data from an external API and dynamically build a movie website. This beginner-friendly tutorial is great for learning about APIs, async JS, and building dynamic front-end applications.This article will explore how API fetch works while building a movie website. What Is Fetch? Fetch is a web API provided by modern browsers that allow … [Read More...]