Explore >> Select a destination


You are here

blog.pecar.me
| | michaelscodingspot.com
4.7 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | highperformancesqlite.com
5.6 parsecs away

Travel
| | I ran performance benchmarks comparing two database modes: rollback and write-ahead log (WAL). The WAL mode showed a huge performance boost with 70,000 reads per second and 3,600 writes per second, much faster than the rollback mode. To improve database performance, it's a good idea to set the journal mode to WAL, which stays set permanently.
| | stribny.name
3.3 parsecs away

Travel
| | A list of things that we can do when we need to scale a SQL database.
| | www.adamalbrecht.com
33.0 parsecs away

Travel
| UPDATE: There have been some changes in the JWT Gem that make some of the below not work exactly right (it'll still be about 90% the same). Specifically, they added expiration support. See my post on the same topic, but using React.js. The server side code in this post will work just as well with Angular.