Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Improving sql insertions #21

Open
razaina opened this issue Jul 19, 2017 · 3 comments
Open

Improving sql insertions #21

razaina opened this issue Jul 19, 2017 · 3 comments

Comments

@razaina
Copy link

razaina commented Jul 19, 2017

Currently smalisca uses sqlite via sqlalchemy to store all the required information that have been extracted and computed.

sqlite is soooooo sloooowwwwww, especially on very huge applications.

I resolved this by switching from sqlite to mysql (mariadb). Performances are multiplied by 100.......

However I think I can't create a new pull request if I can't push a new branch. ("remote: Permission to dorneanu/smalisca.git denied")

@dorneanu
Copy link
Owner

I think you'll have to:

  1. fork the project
  2. do the commits to your project
  3. create a pull request

... because of course you cannot push a new branch on my personal git repo.

@razaina
Copy link
Author

razaina commented Jul 19, 2017

oh ok, will do that then...

thought that it was possible to add kindof "contributors" to a project

@dorneanu
Copy link
Owner

dorneanu commented Jul 19, 2017

I think as soon as the PR is merged, github will automatically add you as a contributor. Like here: https://github.com/dorneanu/smalisca/graphs/contributors

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants