ironmansoftware / powershell-universal

Issue tracker for PowerShell Universal
https://powershelluniversal.com
35 stars 2 forks source link

DataMigrator - SQL to LiteDB #1472

Closed adamdriscoll closed 1 year ago

adamdriscoll commented 2 years ago

Summary of the new feature / enhancement

Customer wants to move SQL data to LiteDB

Proposed technical implementation details (optional)

No response

potatoqualitee commented 2 years ago

Interesting! Can I ask what prompted the move back to LiteDB?

adamdriscoll commented 2 years ago

The user developed their instance on LiteDB and then moved to SQL. They had some issues with certain limitations of PSU (primarily the single job queue). Some of their solution depended on caching data on each node and since the job queues are not node specific, this caused a bunch of issues. Because their deployment window is coming up, they'd like to keep some of their SQL data, like app tokens, and move to LiteDB for the time being.

We have this functionality in the backlog but it won't be done in time.

potatoqualitee commented 2 years ago

Awesome, thanks for the info!