- Home
- Tag: value
Posts tagged value
Instances of attributes for an item, such as cells in a spreadsheet. An attribute might have multiple values. Tagging resources: A specific tag label that acts as a descriptor within a tag category (key). For example, you might have EC2 instance with the tag key of Owner and the tag value of Jan. You can tag an AWS resource with up to 10 key–value pairs. Not all AWS resources can be tagged.
Tag: value
6 Steps to Building a Great Enterprise Architecture Practice

Feed: erwin Expert Blog – erwin, Inc.. Author: Mariann McDonagh. Enterprise architecture provides business and IT alignment by mapping applications, technologies and data to the value streams and business functions they support. It defines business capabilities and interdependencies as they relate to enterprise strategy, bridging the gap between ideation and implementation.An effective enterprise architecture framework provides a blueprint for business and operating models, identifies risks and opportunities, and enables the creation of technology roadmaps. Simply put, it enables IT and business transformation by helping technology and business innovation leaders focus on achieving successful, value-driven outcomes. As an enterprise moves and ... Read More
Chief Data & Analytics Officers Financial Services Live
Feed: Redis Labs. Author: Chris Cheung. March 2-4, 2021 Leading Data-Driven Transformation in Financial Services The must-attend CDAO Financial Services Live returns in March 2021. Exclusively designed for the cutting-edge data & analytics leader working in financial services, focused on aligning data strategy with digital transformation, leveraging data analytics to increase business value; and spearheading a data-driven culture that utilizes data as engine for growth. Learn from, network, and share knowledge with forward-thinking leaders from some of most recognizable brands in the world.Hear how your peers are accelerating business transformation towards a data-driven culture.Refine your strategy to employ cutting-edge technologies ... Read More
Your ERP environment, your choice: RISE with SAP presents another ERP modernization path for AWS customers

Feed: AWS for SAP. Author: Axel Streichardt. Introduction Recently, SAP announced RISE with SAP, an offering that enables you to upgrade to SAP S/4HANA more easily through a single-tenant, SAP-managed ERP implementation. RISE with SAP further simplifies SAP S/4HANA adoption by bundling the technology needed to execute your cloud journey into a single offer with one contract. This offering delivers a standard production SLA of 99.7% (99.5% non-PROD) on the core RISE with SAP offering (and a 99.9% SLA with a price uplift), as well as a 20% reduction¹ in total cost of ownership (TCO) over five years compared to ... Read More
Make way for the High Performance Parallel Dump & Load Utilities + How to use them

Feed: Planet MySQL; Author: Andrew Grimo; MySQL-Shell has had a set of “Util” object functions for almost a year as of this post. It is this added functionality that negates any reason someone would still need to use the old mysqldump client. It (mysqldump) helped the MySQL Community for a long, long time. It also introduced a large amount of garbage and messiness in with those bloated data files, as it really belongs to an older era. We can now move on ahead without it. This process of “moving ahead” is what I will demonstrate in this blog post. Note: ... Read More
BrandPost: Delivering next-generation transformation value over enterprise networks
Feed: CIO. Author: . “COVID-19 has escalated digital initiatives into digital imperatives,” analyst firm, Gartner, noted in describing how leaders need to rethink how an organisation approaches the years ahead.It’s true that enterprises are having to rapidly grapple with this issue; KPMG has noted that by 2022, 80 per cent of revenue growth will depend on digital offerings and operations. For CIOs, the need to undertake digital transformation is a challenge that they face in the immediate term; not just for “keeping the lights on” and allowing work to continue through the pandemic, but rather to also drive competitive advantage ... Read More
5G networks are blazing fast. Charging needs to keep up.
Feed: Oracle Blogs | Oracle Blogs. This is a syndicated post, view the original post here "Converged charging” unlocks 5G business potential for service providers and their partners. The hype around 5G is all about network speeds. But communications service providers know that a different kind of speed is even more important: speed of innovation. 5G will help service providers get new products out faster for both consumer and enterprise customers. Service providers won’t be able to get the full revenue benefits of innovation, however, without charging systems—the software that handles how much to charge customers for service—that can keep ... Read More
Deep Learning with R and Keras: Build a Handwritten Digit Classifier in 10 Minutes
Feed: R-bloggers. Author: Dario Radečić. Deep Learning in R – MNIST Classifier with Keras In a day and age where everyone seems to know how to solve at least basic deep learning tasks with Python, one question arises: How does R fit into the whole deep learning picture? You don’t need deep learning algorithms to solve basic image classification tasks. Here’s how to classify handwritten digits with R and Random Forests. Here is some good news for R fans – both Tensorflow and Keras libraries are available to you, and they’re easy to configure. Today you’ll learn how to solve a well-known ... Read More
SAS graphs for R programmers – bubble maps

Feed: SAS Blogs. Author: Robert Allison. This is another in my series of blog posts where I take a deep dive into converting customized R graphs into SAS graphs. Today we'll be working on bubble maps - specifically, plotting earthquake data as bubbles on a map. R bubble map, created using geom_polygon() and geom_point() SAS bubble map, created using Proc SGmap My Approach I will be showing the R code (in blue) first, and then the equivalent SAS code (in red) that I used to create both of the maps. Note that there are many different ways to accomplish the same things in ... Read More
5 reasons why big data initiatives fail
Feed: Big Data Made Simple. Author: Avee Mital. A 2020 New Vantage Partners survey of C-suite executives reported that 98.8% of organizations have invested in some kind of data initiatives. And yet only 37.8% of companies have created a data-driven organization.Not that companies are lagging from a technology perspective, as only 9.1% of organizations reported that technology is the barrier. If not technology, then what is causing them to move at such a slow pace? What are the barriers to becoming a data-driven organization and how can organizations overcome them?The questions are impressive but not intriguing enough as a closer ... Read More
Laurenz Albe: Estimating connection pool size with PostgreSQL database statistics

Feed: Planet PostgreSQL. © Laurenz Albe 2021PostgreSQL v14 has new connection statistics in pg_stat_database. In this article, I want to explore one application for them: estimating the correct size for a connection pool.New connection statistics in v14Commit 960869da080 introduced some new statistics to pg_stat_database:session_time: total time spent by sessions in the databaseactive_time: time spent executing SQL statements in the databaseidle_in_transaction_time: time spent idle in a transaction in the databasesessions: total number of sessions established to the databasesessions_abandoned: number of sessions to the database that were terminated by lost client connectionssessions_fatal: number of sessions to the database terminated by fatal errorssessions_killed: ... Read More
Recent Comments