Skip to content

Upload servlet#17

Merged
erypel merged 4 commits intomasterfrom
uploadServlet
Nov 27, 2018
Merged

Upload servlet#17
erypel merged 4 commits intomasterfrom
uploadServlet

Conversation

@erypel
Copy link
Copy Markdown
Owner

@erypel erypel commented Nov 27, 2018

No description provided.

@erypel
Copy link
Copy Markdown
Owner Author

erypel commented Nov 27, 2018

Chose to save files in a file store as opposed to DB as per: https://stackoverflow.com/questions/154707/what-is-the-best-way-to-store-media-files-on-a-database

Advantages of using a database:

  • Easy to join sound files with other data bits.
  • Avoiding file i/o operations that bypass database security.
  • No need for separation operations to delete sound files when database records are deleted.

Disadvantages of using a database:

  • Database bloat
  • Databases can be more expensive than file systems

@erypel erypel merged commit 9768030 into master Nov 27, 2018
@erypel erypel deleted the uploadServlet branch January 4, 2019 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant