Homepage

One of the main performance problems that we can witness in any type of application that has to deal with data from a database is that too much data is requested. Requesting more information than actually needed by the current use case on hand results in additional

query overhead in the database to gather the requested information
communication [...]

Read full post >>