Closed
Description
We have been merging changes that gradually added support for PDO databases. However recently the changes have been shifting towards PDO: #305 supports only PDO.
We should track the differences somehow, so both support can be improved.
Please leave a comment on what you know is missing from one type of data store and I'll update this table.
Feature | MongoDB | PDO |
---|---|---|
Prometheus exporter | ✗ | ✓ |
Searcher::latest() | ✓ | ✓ |
Searcher::query() | ✓ | ✗ #384 |
Searcher::get() | ✓ | ✓ |
Searcher::getForUrl() | ✓ | ✓#436 |
Searcher::getPercentileForUrl() | ✓ | ✓#436 |
Searcher::getAvgsForUrl() | ✓ | ✗ #384 |
Searcher::getAll(sort) | ✓ | ✓#436 |
Searcher::getAll(direction) | ✓ | ✓#436 |
Searcher::delete() | ✓ | ✓ |
Searcher::truncate() | ✓ | ✓ |
Searcher::saveWatch() | ✓ | ✓#435 |
Searcher::getAllWatches() | ✓ | ✓#435 |
Searcher::truncateWatches() | ✓ | ✓#435 |
Searcher::stats() | ✗ (#305) | ✓ |
Metadata
Metadata
Assignees
Labels
No labels