Code Monkey home page Code Monkey logo

Comments (3)

techouse avatar techouse commented on May 20, 2024

Hi and thanks for the report, however, I'm not sure how to address this.

Did you check which process used how much memory?

What other processes were you running?

How much did MySQL (the usual suspect) consume?

Have you tried running it with Python 3.10?

Have you tried running it on a system with more RAM and profile it?

What's in the actions table?

Also, next time you run it, run it with --debug which will dump all the exceptions to the console.

from sqlite3-to-mysql.

Glucy-2 avatar Glucy-2 commented on May 20, 2024

I tried again with more free ram and it said it has done, but the size of the db hasn't changed.
log:

2022-03-23 00:06:55 INFO     Transferring table players
2022-03-23 00:06:56 INFO     Adding unique index to column "player_id" in table players
2022-03-23 00:06:56 INFO     Adding unique index to column "player_id" in table players
2022-03-23 00:06:56 INFO     Adding unique index to column "player_id" in table players
2022-03-23 00:06:56 INFO     Adding unique index to column "player_id" in table players
2022-03-23 00:06:56 INFO     Adding unique index to column "player_id" in table players
2022-03-23 00:06:56 INFO     Adding unique index to column "player_id" in table players
2022-03-23 00:06:57 INFO     Adding unique index to column "player_id" in table players
2022-03-23 00:06:57 INFO     Adding unique index to column "player_id" in table players
2022-03-23 00:06:57 INFO     Transferring table ActionIdentifiers
2022-03-23 00:06:57 INFO     Adding unique index to column "action_identifier" in table ActionIdentifiers
2022-03-23 00:06:57 INFO     Adding unique index to column "action_identifier" in table ActionIdentifiers
2022-03-23 00:06:57 INFO     Adding unique index to column "action_identifier" in table ActionIdentifiers
2022-03-23 00:06:57 INFO     Adding unique index to column "action_identifier" in table ActionIdentifiers
2022-03-23 00:06:57 INFO     Adding unique index to column "action_identifier" in table ActionIdentifiers
2022-03-23 00:06:57 INFO     Adding unique index to column "action_identifier" in table ActionIdentifiers
2022-03-23 00:06:57 INFO     Adding unique index to column "action_identifier" in table ActionIdentifiers
2022-03-23 00:06:57 INFO     Adding unique index to column "action_identifier" in table ActionIdentifiers
2022-03-23 00:06:57 INFO     Transferring table worlds
2022-03-23 00:06:58 INFO     Adding unique index to column "identifier" in table worlds
2022-03-23 00:06:58 INFO     Adding unique index to column "identifier" in table worlds
2022-03-23 00:06:58 INFO     Adding unique index to column "identifier" in table worlds
2022-03-23 00:06:58 INFO     Adding unique index to column "identifier" in table worlds
2022-03-23 00:06:58 INFO     Adding unique index to column "identifier" in table worlds
2022-03-23 00:06:58 INFO     Adding unique index to column "identifier" in table worlds
2022-03-23 00:06:58 INFO     Adding unique index to column "identifier" in table worlds
2022-03-23 00:06:58 INFO     Adding unique index to column "identifier" in table worlds
2022-03-23 00:06:58 INFO     Transferring table ObjectIdentifiers
2022-03-23 00:07:13 INFO     Adding unique index to column "identifier" in table ObjectIdentifiers
2022-03-23 00:07:13 INFO     Adding unique index to column "identifier" in table ObjectIdentifiers
2022-03-23 00:07:13 INFO     Adding unique index to column "identifier" in table ObjectIdentifiers
2022-03-23 00:07:13 INFO     Adding unique index to column "identifier" in table ObjectIdentifiers
2022-03-23 00:07:13 INFO     Adding unique index to column "identifier" in table ObjectIdentifiers
2022-03-23 00:07:13 INFO     Adding unique index to column "identifier" in table ObjectIdentifiers
2022-03-23 00:07:13 INFO     Adding unique index to column "identifier" in table ObjectIdentifiers
2022-03-23 00:07:13 INFO     Adding unique index to column "identifier" in table ObjectIdentifiers
2022-03-23 00:07:14 INFO     Transferring table sources
2022-03-23 00:07:14 INFO     Adding unique index to column "name" in table sources
2022-03-23 00:07:14 INFO     Adding unique index to column "name" in table sources
2022-03-23 00:07:14 INFO     Adding unique index to column "name" in table sources
2022-03-23 00:07:14 INFO     Adding unique index to column "name" in table sources
2022-03-23 00:07:14 INFO     Adding unique index to column "name" in table sources
2022-03-23 00:07:14 INFO     Adding unique index to column "name" in table sources
2022-03-23 00:07:14 INFO     Adding unique index to column "name" in table sources
2022-03-23 00:07:14 INFO     Adding unique index to column "name" in table sources
2022-03-23 00:07:15 INFO     Transferring table actions
2022-03-23 08:23:29 INFO     Adding index to column "x, y, z, world_id" in table actions
2022-03-23 08:23:30 INFO     Adding index to column "x, y, z, world_id" in table actions
2022-03-23 08:24:54 INFO     Adding foreign key to actions.player_id referencing players.id
2022-03-23 08:26:10 INFO     Adding foreign key to actions.source referencing sources.id
2022-03-23 08:27:20 INFO     Adding foreign key to actions.old_object_id referencing ObjectIdentifiers.id
2022-03-23 08:28:34 INFO     Adding foreign key to actions.object_id referencing ObjectIdentifiers.id
2022-03-23 08:29:51 INFO     Adding foreign key to actions.world_id referencing worlds.id
2022-03-23 08:31:00 INFO     Adding foreign key to actions.action_id referencing ActionIdentifiers.id
2022-03-23 08:32:10 INFO     Done!

from sqlite3-to-mysql.

techouse avatar techouse commented on May 20, 2024

Whoa, transferring the actions table for 8h 15min 😱 What do you have in there LOL?

I'm afraid I'll need more info here to give you some more feedback and/or potentially fix this.

from sqlite3-to-mysql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.