Skip to content

Instantly share code, notes, and snippets.

@cywang117
Last active September 5, 2020 19:30
Show Gist options
  • Save cywang117/1d35672eb82cb2ced1901723b1c38735 to your computer and use it in GitHub Desktop.
Save cywang117/1d35672eb82cb2ced1901723b1c38735 to your computer and use it in GitHub Desktop.
Sample core DB query - MariaDB+RavenDB

MariaDB

Yes, I know it's not optimized - haven't added any indexes yet. (~11 seconds) I'm currently seeding & writing queries/tests for my other db choice, RavenDB, so the screenshot for that query might be up later.

MariaDB

RavenDB

The query is a bit simplistic while I learn RQL (Raven Query Language). Time is also not good (~5.4 seconds) - haven't added MapReduce indexes yet (and need to learn how first)

RavenDB Query RavenDB Query Result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment