Remove Azure Remove Code Remove Efficiency Remove Performance Testing
article thumbnail

What is Non-Functional Testing? – All you need to know

Testlodge

Non-functional testing is a form of white-box testing, meaning the tester operates from the basis of knowing how the system operates internally or structurally. There are many types of non-functional tests, and their particular significance will depend upon the project. . Performance Testing Tools.

Testing 74
article thumbnail

Matching Supply With Demand — Solutions, Part 1

SQL Performance

Use the following code to create the table and populate it with a small set of sample data: DROP TABLE IF EXISTS dbo. ( ID INT NOT NULL IDENTITY ( 1 , 1 ) CONSTRAINT pk_Auctions PRIMARY KEY CLUSTERED , Code CHAR ( 1 ) NOT NULL. Auctions ( ID , Code , Quantity ) VALUES. ( WHERE Code = 'D'. )

Code 116
article thumbnail

Egnyte Architecture: Lessons learned in building and scaling a multi petabyte content platform

High Scalability

Java used to power core file system code. Python used to power client-side code, certain microservices, migration scripts, internal scripts. Tens of petabytes of data stored in our servers and other object stores such as GCS, S3 and Azure Blobstore. Data interdependence. Level of concurrent reads. Level of concurrent writes.