Remove 2000 Remove Design Remove Hardware
article thumbnail

What Adrian Did Next — Part 4 — how I helped Netflix launch on iPad and iPhone — 2007 to 2010

Adrian Cockcroft

We had some fun getting hardware figured out, and I used a 3D printer to make some cases, but the whole project was interrupted by the delivery of the iPhone by Apple in late 2007. I wrote the foreword for Kirstens book Irresistable APIs , and recommend anyone designing an API should read it. The code is still up on github.

C++ 88
article thumbnail

Save Money in AWS RDS: Don’t Trust the Defaults

Percona

The innodb_io_capacity_max parameter was set to 2000, so the hardware should be able to deliver that many IOPS without major issues. Results in CloudWatch show we were right: The reduction during the last couple of weeks is more than 50% of IOPS, which is pretty decent now, and we haven’t changed the hardware at all.

AWS 135
Insiders

Sign Up for our Newsletter

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

article thumbnail

Why MySQL Could Be Slow With Large Tables

Percona

Make sure you design the data types correctly while planning for the future growth of the table. The most common cause is that poorly written queries or poor schema design are well-performant with minimum data, however, as data grows all those problems are uncovered. 1 mysql mysql 592K Dec 30 02:48 tb1.ibd ibd -rw-r --. ibd -rw-r --.

article thumbnail

Progress Delayed Is Progress Denied

Alex Russell

Apple's policy against browser engine choice adds years of delays beyond the (expected) delay of design iteration, specification authoring, and browser feature development. is access to hardware devices. This allows customisation and use of specialised features without custom, proprietary software for niche hardware.

Media 145
article thumbnail

The Different Software Testing Types Explained

Testsigma

Documents like requirements documents, design documents, code are reviewed and review comments are provided at early stages of Software Lifecycle. The internal structure and design of the code are known to the user; hence all the logical paths are tested under White Box testing. ” In Static Testing, code is not executed.

article thumbnail

SQL 2016 – It Just Runs Faster: DBCC Scales 7x Better

SQL Server According to Bob

Internally DBCC CHECK* uses a page scanning coordinator design (MultiObjectScanner.) SQL Server 2016 changes the internal design to (CheckScanner), applying no lock semantics and a design similar to those used with In-Memory Optimized (Hekaton) objects, allowing DBCC operations to scale far better than previous releases.

article thumbnail

SQL Server I/O Basics Chapter #1

SQL Server According to Bob

Books Online (BOL) References: ​​ All BOL references cited in this paper are taken from the Microsoft SQL Server 2000 Books Online site (updated to include SP3 functionality), which can be found at: [link] Click the Product Documentation link. SQL Server 2000/7.0 data pages are 8 KB in size.

Servers 40