Skip to content

Commit 459f8ef

Browse files
Turbo87marcoieni
andauthored
Update posts/2024-07-26-crates-io-development-update.md
Co-authored-by: Marco Ieni <[email protected]>
1 parent 5c6882a commit 459f8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-07-26-crates-io-development-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Our latest addition to the crates.io team, [@eth3lbert](https://github.com/eth3l
6565

6666
In addition to that, we have recently migrated our database servers to a new provider with more memory and faster storage. This has also improved the performance of the website and allowed us to run more complex queries without running into performance issues. It was previously taking multiple seconds to load e.g. https://crates.io/crates/syn/reverse_dependencies, but now the server usually responds in much less than a second.
6767

68-
Another piece of the puzzle was archiving old data that is no longer needed for the website. We have moved the download counts older than 90 days into JSON files that are stored on S3 and will soon be publicly available for download via our CDNs. This has reduced the size of the database significantly and improved the performance of some of our background jobs.
68+
Another piece of the puzzle was archiving old data that is no longer needed for the website. We have moved the download counts older than 90 days into CSV files that are stored on S3 and will soon be publicly available for download via our CDNs. This has reduced the size of the database significantly and improved the performance of some of our background jobs.
6969

7070

7171
## Feedback

0 commit comments

Comments
 (0)