Karol Bieniaszewski

Results 26 issues of Karol Bieniaszewski

Hi currently we have `BLOB` field which require additional call to retrive it. It is so so slow. Consider implementing different datatype to handle "blob" data. It should be part...

FB5 slower execution by List Scan vs Bitmap Or Compare result between FB3 vs FB5 RC2 recent snapshot. use scripts and data generator from https://github.com/FirebirdSQL/firebird/issues/7904 and add this: ```SQL CREATE...

At first it is not about `INFORMATION_SCHEMA` and not about `ISQL`. Currently multiple software must reinvent the wheel and analize what some information in system tables mean. Will be good...

type: new feature

As new optimizer feature arised: https://github.com/FirebirdSQL/firebird/issues/6992 Will be good to see such situation in Explained Plan I do not know how it should looks like, but maybe like this? `Nested...

Currently we have `Boolean` field. But sometimes it is too big overhead to have 1 byte for 1 bit information. 100 boolean fields are 100 bytes instead of only 100/8....

Hi i see no way to know anything about other pages in database not releated to tables or indexes. ``` usage: gstat [options] or gstat [options] Available switches: -a analyze...

Please add to `gfix -progress` switch to show progression of operation validation of the database if possible. It can be log into firebird.log by eg. every 10% to not spam...

Hi according to https://github.com/bigtreetech/SKR-3/blob/master/Hardware%20(SKR%203%20EZ)/BIGTREETECH%20SKR%203%20EZ%20V1.0-SCH.pdf Endstop X, Y, Z, E0Det, E1Det have internal pullup resistors 10K. But when i measure by multimeter https://github.com/bigtreetech/SKR-3/blob/master/Hardware%20(SKR%203%20EZ)/BIGTREETECH%20SKR%203%20EZ%20V1.0-PIN.pdf only E0Det and E1Det have 3V3 on pin...

Currently, connections to the server are permanent `TCP/IP` connections. The **slightest** disruption in the network causes the connection to be lost, along with any unsaved data, transactions, etc. It would...