Sat.Oct 13, 2018 - Fri.Oct 19, 2018

article thumbnail

Stuff The Internet Says On Scalability For October 19th, 2018

High Scalability

Hey, wake up! It's HighScalability time: Now that's a cloud! The largest structure ever found in the early universe. The proto-supercluster Hyperion may contain thousands of galaxies or more. ( Science ). Do you like this sort of Stuff? Please support me on Patreon. I'd really appreciate it. Know anyone looking for a simple book explaining the cloud?

Internet 123
article thumbnail

Uber’s Big Data Platform: 100+ Petabytes with Minute Latency

Uber Engineering

Uber is committed to delivering safer and more reliable transportation across our global markets. To accomplish this, Uber relies heavily on making data-driven decisions at every level, from forecasting rider demand during high traffic events to identifying and addressing bottlenecks … The post Uber’s Big Data Platform: 100+ Petabytes with Minute Latency appeared first on Uber Engineering Blog.

Big Data 109
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

PostCSS - Transforming Your CSS with JavaScript

KeyCDN

When it comes to CSS, there are always new tools being introduced to help us transform styles in a more fast and efficient manner. In 2013, PostCSS was released but it wasn’t until mid-2015 when a lot of buzz really started to take place in the development community around PostCSS. Today, in 2018, PostCSS is still widely used in the development community and the project itself is still actively maintained by a large community of contributors.

Google 72
article thumbnail

Serving Gzipped JavaScript Files From Amazon S3

The Polyglot Developer

If you’re using Amazon S3 for a CDN, it’s possible to serve compressed, gzipped files from an Amazon S3 bucket, though there are a few extra steps beyond the standard process of serving compressed files from your own web server. The post Serving Gzipped JavaScript Files From Amazon S3 appeared first on The Polyglot Developer.

Servers 52
article thumbnail

Making Windows Slower Part 2: Process Creation

Randon ASCII

Windows has long had a reputation for slow file operations and slow process creation. Have you ever wanted to make these operations even slower? This weeks’ blog post covers a technique you can use to make process creation on Windows grow slower over time (with no limit), in a way that will be untraceable for most users! And, of course, this post will also cover how to detect and avoid this problem.

article thumbnail

Percona Live Europe Presents: The Latest MySQL Replication Features

Percona Community

Considering the modern world of technology, where distributed system play a key role, replication in MySQL® is at the very heart of that change. It is very exciting to deliver this presentation and to be able to show everyone the greatest and the latest features that MySQL brings in order to continue the success that it has always been in the past. The talk is suitable for anyone that’s interested in knowing what Oracle is doing with MySQL replication.

article thumbnail

SQL Server Logical Reads – What do they really tell us?

SQL Server Performance

SQL Server trace, the most common tool DBAs use to evaluate query performance, provides the ‘logical reads’ counter on which many DBAs rely for evaluating a query’s I/O performance. In this article, we will examine this counter’s true meaning and provide examples that prove it can sometimes be quite misleading… I am sure you have […].

Servers 40

More Trending

article thumbnail

Analyze Stack Overflow Data With Golang And HTTP

The Polyglot Developer

I was recently tasked with a project where I needed to gather data from Stack Overflow so it could be easily evaluated without having to dig around the website. Stack Exchange has many REST APIs available, some of which that don’t even need tokens or authentication, so it came down to how I wanted to consume this data. In this tutorial, we’re going to see how to consume question and comment data from the Stack Exchange API using Golang and then export it to comma separated value (CSV

Website 40
article thumbnail

Percona Live Europe Presents: MariaDB System-Versioned Tables

Percona Community

System-versioned tables, or temporal tables, are a typical feature of proprietary database management systems like DB2, Oracle and SQL Server. They also appeared at some point in PostgreSQL, but only as an extension; and also in CockroachDB, but in a somewhat limited fashion. The MariaDB® implementation is the first appearance of temporal tables in the MySQL ecosystem, and the most complete implementation in the open source world.

Systems 40
article thumbnail

Shine a light on JavaScript performance with Lighthouse

Addy Osmani

Use Lighthouse to detect opportunities to reduce the cost of JavaScript to your user experience.

article thumbnail

How Many Warehouses for the HammerDB TPC-C Test?

HammerDB

This is a very typical FAQ and although detailed in the documentation some extra details may help in sizing and configuration. For a really quick answer create a schema with 250-500 warehouses per server CPU socket for more details size as follows. . The official TPC-C test has a fixed number of users per warehouse and uses keying and thinking time so that the workload generated by each user is not intensive.

C++ 40
article thumbnail

Smart Bundling: How To Serve Legacy Code Only To Legacy Browsers

Smashing Magazine

Smart Bundling: How To Serve Legacy Code Only To Legacy Browsers. Smart Bundling: How To Serve Legacy Code Only To Legacy Browsers. Shubham Kanodia. 2018-10-15T14:30:13+02:00. 2019-04-29T18:34:58+00:00. A website today receives a large chunk of its traffic from evergreen browsers — most of which have good support for ES6+, new JavaScript standards, new web platform APIs and CSS attributes.

Code 58
article thumbnail

Percona Live Europe Session: What's New in MariaDB Server 10.3

Percona Community

** Having spent my recent years “in the real world”, working with many users, I’ve learnt that a particular new feature does not necessarily excite users as much as one might expect. MariaDB 10.3 however actually has some very interesting features that users do get excited about. So that’s great! My session at Percona Live Europe in Frankfurt is going to be best for people deploying MariaDB or related infra, who haven’t had a chance to explore what the various featu

Servers 40
article thumbnail

Product-aligned vs Capability-aligned Organisation Design

Strategic Tech

There are broadly two dominant approaches used to organise teams in modern organisations that have moved beyond traditional activity-oriented organisation design (organising people by their specific skill). One perspective is to organise teams ‘vertically’, aligned with the company’s products. Google might have a Google Drive department, a Google Maps department, an AdWords department and so on.

Design 40
article thumbnail

Export to JSON from MySQL All Ready for MongoDB

Percona Community

This post walks through how to export data from MySQL® into JSON format, ready to ingest into MongoDB®. Starting from MySQL 5.7+, there is native support for JSON. MySQL provides functions that actually create JSON values, so I will be using these functions in this article to export to JSON from MySQL: JSON_OBJECT JSON_ARRAY These functions make it easy to convert MySQL data to JSON e.g. mysql> SELECT json_object('employee_id', emp_no, 'first_name', first_name ) AS 'JSON&#

40
article thumbnail

Percona Live Europe Tutorial: Query Optimization and TLS at Large Scale

Percona Community

For Percona Live Europe this year, I got accepted a workshop on query optimization and a 50-minute talk covering TLS for MySQL at Large Scale, talking about our experiences at the Wikimedia Foundation. Workshop The 3-hour workshop on Monday, titled Query Optimization with MySQL 8.0 and MariaDB 10.3: The Basics is a beginners' tutorial–though dense in content.

Storage 40