- Home
- Tag: query
Posts tagged query
A type of web service that generally uses only the GET or POST HTTP method and a query string with parameters in the URL. See Also REST.
Tag: query
MySQL HeatWave: 1100x Faster than Aurora, 400x than RDS, 18x than Redshift at 1/3 the cost

Feed: Planet MySQL; Author: Oracle MySQL Group; HeatWave is designed to enable customers to run analytics on data which is stored in MySQL databases without the need for ETL. This service is built on an innovative, in-memory analytics engine which is architected for scalability and performance and is optimized for Oracle Cloud Infrastructure (OCI) Gen 2 hardware. This results in a very performant solution for SQL analytics at a fraction of the cost compared to other cloud services including AWS Aurora, Redshift, Google Big Query, RDS. The amount of acceleration an application would observe with HeatWave depends upon a number ... Read More
Operating Lambda: Building a solid security foundation – Part 2

Feed: AWS Compute Blog. Author: James Beswick. In the Operating Lambda series, I cover important topics for developers, architects, and systems administrators who are managing AWS Lambda-based applications. This two-part series discusses core security concepts for Lambda-based applications. Part 1 explains the Lambda execution environment and how to apply the principles of least privilege to your workload. This post covers securing workloads with public endpoints, encrypting data, and using AWS CloudTrail for governance, compliance, and operational auditing. Securing workloads with public endpoints For workloads that are accessible publicly, AWS provides a number of features and services that can help mitigate ... Read More
Power BI and a Star Schema
Feed: James Serra's Blog. Author: James Serra. I sometimes get asked from customers if they should use a star schema or should they use one large single table/flatfile for their dataset in Power BI. The answer is almost always star schema, and Patrick LeBlanc does a great job explaining what a star schema is and why star schemas are so important for Power BI in his video Why Power BI loves a Star Schema. I wanted to list out his four reasons: Usability: If you have just one large table with all the data, when creating a report it is ... Read More
Brimming With Possibilities: Query zqd & Mine Logs with zq from R
Feed: R-bloggers. Author: hrbrmstr. [This article was first published on R – rud.is, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. Brim Security maintains a free, Electron-based desktop GUI for exploration of PCAPs and select cybersecurity logs: along with a broad ecosystem of tools which can be used independently of the GUI. The standalone or embedded zqd server, as well as the zq command line utility let analysts run ZQL (a domain-specific query ... Read More
Hubert ‘depesz’ Lubaczewski: Starting with Pg – where/how can I set configuration parameters?
Feed: Planet PostgreSQL. Previously I wrote about locating config files. The thing is – postgresql.conf is not the only place you can set your configuration in. In here, I'll describe all the places that can be used, why do we even have more than one place, and finally – how to find out where given value comes from. Obviously you can have config in postgresql.conf file. This file can include more files and directories. Look into your postgresql.conf and see if you have include_* params defined. For me, it looks like: #------------------------------------------------------------------------------ # CONFIG FILE INCLUDES #------------------------------------------------------------------------------ # These ... Read More
(Part 2 of 4) How to Modernize Enterprise Data and Analytics Platform – by Alaa Mahjoub, M.Sc. Eng.
Feed: Featured Blog Posts - Data Science Central. Author: Alaa Mahjoub. In many cases, for an enterprise to build its digital business technology platform, it must modernize its traditional data and analytics architecture. A modern data and analytics platform should be built on a services-based principles and architecture. Introduction part 1, provided a conceptual-level reference architecture of a traditional Data and Analytics (D&A) platform. This part, provide a conceptual-level reference architecture of a modern D&A platform. Parts 3 and 4, will explain how these two reference architectures can be used to modernize an existing traditional D&A platform. This will be ... Read More
Bo Peng: Pgpool-II’s Clustering Modes

Feed: Planet PostgreSQL. Pgpool-II has been released for more than 15 years. When the version 1.0 was released, Pgpool-II had only replication mode. With the increase of new features (e.g. automatic failover, support for logical replication, etc.), the parameters for configuring cluster mode have increased. Clustering modePgpool-II has six clustering modes available: Streaming replication modeNative replication modeSnapshot isolation mode (Since Pgpool-II 4.2)Logical replication modeSlony modeRaw modeIt is important to specify the correct clustering mode to make Pgpool-II work as expected, because the clustering mode is used to determine how the data is replicated. Since Pgpool-II 4.2, the multiple parameters for configuring cluster ... Read More
Evolving Schemaless into a Distributed SQL Database

Feed: Planet MySQL; Author: Ovais Tariq; In 2016 we published blog posts (I, II) about Schemaless – Uber Engineering’s Scalable Datastore. We went over the design of Schemaless as well as explained the reasoning behind developing it. In this post today we are going to talk about the evolution of Schemaless into a general-purpose transactional database called Docstore. Docstore is a general-purpose multi-model database that provides a strict serializability consistency model on a partition level and can scale horizontally to serve high volume workloads. Features such as Transaction, Materialized View, Associations, and Change Data Capture combined with modeling flexibility and ... Read More
Announcing public preview of Object-Level Security in Power BI
Feed: Microsoft Power BI Blog | Microsoft Power BI. Author: . Power BI Premium is built to meet the most demanding compliance, scale, and security requirements for enabling a data culture within your organization. Our recent announcements for large model support and XMLA endpoints enable fast query performance and solutions for your largest enterprise datasets; further empowering your teams to easily leverage large single source of truth datasets for intelligent decision-making. In this new environment, securing your datasets is not only prudent, but critical to successfully standardize BI within your enterprise. We‘re excited to announce that object level security (OLS) ... Read More
Lætitia AVROT: Simply auditing your database changes
Feed: Planet PostgreSQL. This is something a lot of people want: being able to track changes happening on their database when and who ordered them. Well, I have good news, my friends, there is a native feature in Postgres that can help you achieve that exact goal!DDL and DML First things first, what are DDL and DML? Both DDL and DML are a subset of the SQL language. DDL means Data Definition Language (or Data Description Language). It means the SQL orders you need to create or modify database objects. An example of a DDL query is a create query ... Read More
Recent Comments