genSQL

A SQL generator tool to create random rows for test schemas (by stephanGarland)

genSQL Alternatives

Similar projects and alternatives to genSQL

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better genSQL alternative or higher similarity.

genSQL discussion

Log in or Post with

genSQL reviews and mentions

Posts with mentions or reviews of genSQL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-11.
  • Squeeze the hell out of the system you have
    4 projects | news.ycombinator.com | 11 Aug 2023
    If you’re limited in RAM and can’t upsize, then yes, this does appear to be a good trade off. You can always refactor later and normalize if necessary.

    BTW, although it wouldn’t have helped for your specific benchmark schema creation of TYPES, I’ll plug my genSQL tool [0] for generating random data. It’s primarily designed around MySQL, but it can produce CSVs easily, which every DB can load.

    Turns out a lot of random() calls in most languages is slow af, so mine avoids that by (mostly) batching them in a C library. Should be able to create a million somethings in under 10 seconds on modern hardware in Python 3.11.

    [0]: https://github.com/stephanGarland/genSQL

  • Any Linux admins willing to try Pygrep?
    6 projects | /r/linuxadmin | 18 Mar 2023
    Oh yes, absolutely. I ran into a similar problem with a project I'm working on, and I had a conditional that would only import numpy if it already existed. Then again, mine wasn't something you'd call all the time, so the slowdown was worth it. Ultimately, I wound up using a C library to allocate the array (and to shuffle the ints), but it's worth noting that this is an array of uint32_t, and I'm not performing any regexes on them.

Stats

Basic genSQL repo stats
3
6
0.0
4 months ago

stephanGarland/genSQL is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.

The primary programming language of genSQL is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that Python is
the 2nd most popular programming language
based on number of metions?