Measure before optimising
We find the expensive parts instead of guessing.
07 / 08 — Services
Good software stands on good data structures. We design and tune databases, analyse algorithms for runtime and memory, and develop methods for optimisation and analysis problems — from data mining to genetic algorithms and compression.
01
The typical data flow — from input to result. Every station is replaceable and adapted to your systems.
02
Databases, data mining and algorithms that solve hard problems.
03
This is what an excerpt from a typical project looks like — readable, commented and without magic. That is exactly how we hand code over to your team.
-- Vorher: 38 s (Table Scan über 12 Mio. Zeilen)
-- Nachher: 0,2 s (gezielter Index + umgeschriebene Abfrage)
CREATE INDEX ix_auftrag_kunde_datum
ON dbo.Auftrag (KundeId, Datum DESC) INCLUDE (Betrag, Status);
SELECT TOP (50) a.Nr, a.Datum, a.Betrag
FROM dbo.Auftrag a
WHERE a.KundeId = @kunde AND a.Status <> 'storniert'
ORDER BY a.Datum DESC; 04
We find the expensive parts instead of guessing.
Often a better idea is cheaper than a bigger server.
Traceable models instead of a black box.
The foundation for any future AI.
05
07.1
Indexes, query plans and schema changes turn minutes into seconds.
07.2
Genetic algorithms find good routes and shift plans where exact methods are too slow.
07.3
Data mining reveals segments, churn risk and cross-selling potential.
07.4
Custom compression and protocols for weak connections or large volumes.
06
AI classifies incoming items, extracts data, creates records and drafts replies — uncertain cases go to a human.
An optimiser based on genetic algorithms that handles time windows, qualifications and capacities at once.
07
An optimisation method modelled on evolution: many candidate solutions are scored, the best are combined and slightly mutated. Over generations this yields very good solutions for problems that cannot be solved exactly in reasonable time — such as route or shift planning.
In most cases significantly. We measure first, find the expensive queries and optimise precisely — without rewriting your application.
Relational databases are first choice for clear relationships and transactions; MongoDB suits flexible, document-like data. Often a combination makes sense.
More services
LLM applications that work with your data and complete tasks on their own.
Language models on your own hardware — data-sovereign, no cloud dependency.
Business processes that run themselves — with intelligent assistants and integrations.
Ready when you are
Describe your project in a few sentences — you’ll get an honest assessment of feasibility, effort and the way forward.