Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Find an efficient way to save data #3

Closed
2 tasks
Wyko opened this issue Jan 26, 2017 · 4 comments
Closed
2 tasks

Find an efficient way to save data #3

Wyko opened this issue Jan 26, 2017 · 4 comments
Milestone

Comments

@Wyko
Copy link
Owner

Wyko commented Jan 26, 2017

  • Come up with a save format

  • Find out how to retrieve the data too

@Wyko Wyko changed the title Save data to XML Find an efficient way to save data Jan 31, 2017
@Wyko
Copy link
Owner Author

Wyko commented Jan 31, 2017

XML by itself would be a slow way to do it. Having one database that contains everything would have to be fully rewritten each time it gets changed. With multiple calls a second, that's unacceptable.

@Wyko
Copy link
Owner Author

Wyko commented Jan 31, 2017

Sql was recommended as a good database format. SQLLITE?

@Wyko
Copy link
Owner Author

Wyko commented Jan 31, 2017

Potential solution: individual files for each device, organized by an index file which contains IP, serial, hash info.

@Wyko Wyko added this to the Switch to SQL milestone Feb 21, 2017
@Wyko Wyko closed this as completed Feb 21, 2017
@Wyko
Copy link
Owner Author

Wyko commented Mar 17, 2017

Postgresql was the final solution

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

1 participant