Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
MXS-SPRINT-166, MXS-SPRINT-167, MXS-SPRINT-168, MXS-SPRINT-169, MXS-SPRINT-170, MXS-SPRINT-171, MXS-SPRINT-172, MXS-SPRINT-173, MXS-SPRINT-174, MXS-SPRINT-175, MXS-SPRINT-176, MXS-SPRINT-177
Description
Plan a new feature to provide AWS DMS type service.
Details later.
Attachments
Issue Links
- is blocked by
-
ODBC-369 Add option not to cache the whole resultset on the client, but fetch it row by row
-
- Closed
-
-
ODBC-374 SQL_C_FLOAT should be mapped to SQLREAL, and not to SQLFLOAT
-
- Closed
-
-
ODBC-375 Connector can crash, if one of queires in the batch returns error on result storing
-
- Closed
-
-
ODBC-380 Memory leak if connected with multistatement option
-
- Closed
-
- relates to
-
MXS-3727 Table data compare and sync
-
- Stalled
-
-
ODBC-153 Build rpm and deb packages for C/ODBC releases
-
- Closed
-
-
ODBC-379 ODBC rejects DATETIME value 0-00-00 00:00:00
-
- Open
-
-
ODBC-381 SQLPrepare return SQL_SUCCESS for "asdf asdf asdf"
-
- Open
-
- split to
-
MXS-4430 ETL/Data Migration Service GUI
-
- Closed
-
-
MXS-4497 Allow ODBC connections to be used in the query editor
-
- Open
-
1.
|
Proof-of-Concept |
|
Closed | markus makela |
2.
|
Design Document |
|
Closed | markus makela |
3.
|
Allow async queries via the REST-API |
|
Closed | markus makela |
4.
|
Add REST-API endpoint for importing data |
|
Closed | markus makela |
5.
|
Implement MariaDB migration |
|
Closed | markus makela |
6.
|
Document new REST-API endpoints |
|
Closed | markus makela |
7.
|
Implement Postgres migration |
|
Closed | markus makela |
8.
|
Implement generic ODBC migration |
|
Closed | markus makela |
9.
|
Test MariaDB-to-MariaDB ETL implementation |
|
Closed | markus makela |
10.
|
Test PostgreSQL-to-MariaDB ETL implementation |
|
Closed | markus makela |
This could be a filter that delays the execution of autocommit INSERT statements and places them into a queue. Once either the queue fills up or a time limit is hit, the queries could be either executed by the next connection or by a separate connection (i.e. class LocalClient).